1
0
This commit is contained in:
2024-04-27 21:33:11 +09:00
parent 1abb1dd2eb
commit 6d4499ee32
21 changed files with 470 additions and 0 deletions

10
particles/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;
}