forked from planex/defiance
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;
|
||
|
}
|