Індекс:Васильченко С. Новелі (1953).djvu/styles.css

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

.crop img{
    position: absolute;
    margin: auto; 
    min-height: 100%;
    height: auto;
    width: auto;
    left: -100%;
    top: -100%;
    max-width: 247%;
    right: -210%;
    bottom: -175%;
	}