First Commit

This commit is contained in:
Yûki VACHOT 2024-05-12 02:37:54 +02:00
commit 2d00e59043
5 changed files with 1569 additions and 0 deletions

9
styles.css Normal file
View file

@ -0,0 +1,9 @@
body {
background: lightgrey;
}
#container {
height: auto;
width: auto;
background: white;
}