Індекс:І. К. Безіменні герої. 1923.pdf/styles.css

Матеріал з Вікіджерел
.crop {
    overflow:hidden;
    position: relative;
    width: 350px;
    height: 467px;
	}
	
.crop img{
    position: absolute;
    margin: auto; 
    min-height: 100%;
    height: auto;
    min-width: 130%;
    width: auto;

    right: -103%;
    bottom: -100%;
    left: -100%;
    top: -105%;
	}