1
0
This commit is contained in:
2024-04-27 18:21:41 +09:00
parent a2ce54ba83
commit d4dc25fdbe
6 changed files with 53 additions and 0 deletions

10
css/style.css Normal file
View File

@ -0,0 +1,10 @@
body {
background:#313131;
color: #f1f1f1;
}
footer#footer {
text-align: center;
}
footer#footer a {
color: #f1f1f1;
}