Індекс:Леся Українка – Одно слово.djvu/styles.css

Матеріал з Вікіджерел
.crop {
	overflow:hidden;
    position: relative;
	width: 296px;
    height: 403px;
	}
	
.crop img{
    min-width: 152%;
    min-height: 100%;
    position: absolute;
    margin: auto; 
	width: auto;
    height: auto;
    left: -100%;
    top: -100%;
    right: -118%;
    bottom: -117%;
	}