Перейти до вмісту

Індекс:Шиллер Ф. Поезії. Випуск 1 (1914).pdf/styles.css

Матеріал з Вікіджерел
.crop {
	overflow:hidden;
	position: relative;
	width: 350px;
	height: 446px;
	}

.crop img{
	position: absolute;
	margin: auto; 
	min-height: 100%;
	height: auto;
	width: auto;

	left: -150%;
	top: -50%;
	right: -100%;
	bottom: -100%;

	min-width: 197%;
	}