Centered content

This commit is contained in:
Serĉanto de Scio 2015-08-25 23:59:35 +10:00
parent 580ea33284
commit f8d2563614

View file

@ -44,6 +44,10 @@ div#footer {
right: 1%; right: 1%;
} }
div#footer a {
color: green;
}
h1 { h1 {
font-size: 24px; font-size: 24px;
} }
@ -58,7 +62,14 @@ div.info {
font-style: italic; font-style: italic;
} }
div#content img { div#content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
div#footer img {
position:absolute; position:absolute;
bottom: 1%; bottom: 1%;
left: 1%; left: 1%;