1
0
This commit is contained in:
2024-04-27 18:21:41 +09:00
parent a2ce54ba83
commit 1abb1dd2eb
8 changed files with 54 additions and 1 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;
}