18 lines
182 B
CSS
18 lines
182 B
CSS
*
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.imgbox
|
|
{
|
|
display: grid;
|
|
height: 100%;
|
|
}
|
|
|
|
.center-fit
|
|
{
|
|
max-width: 100%;
|
|
max-height: 100vh;
|
|
margin: auto;
|
|
} |