17 lines
274 B
CSS
17 lines
274 B
CSS
#area{
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 45%;
|
|
left: 0;
|
|
top: 12%;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
user-select: none;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
img{
|
|
width: 40%;
|
|
height: 40%;
|
|
margin: none;
|
|
} |