mirror of
https://gitlab.com/insurgentuo/defiance.git
synced 2025-04-11 10:24:07 +00:00
26 lines
194 B
CSS
26 lines
194 B
CSS
![]() |
body {
|
||
|
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
|
||
|
}
|
||
|
|
||
|
header h1 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
text-align: center;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
/* For meta.html */
|
||
|
.meta {
|
||
|
text-align: center;
|
||
|
clear: both;
|
||
|
}
|