11 lines
128 B
CSS
11 lines
128 B
CSS
|
.picture {
|
||
|
min-width: 50%;
|
||
|
min-height: 100%;
|
||
|
position: absolute;
|
||
|
margin: auto;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
}
|