This commit is contained in:
2024-10-26 23:24:09 -07:00
commit 7ecbb81725
16 changed files with 226 additions and 0 deletions

7
css/styles.css Normal file
View File

@ -0,0 +1,7 @@
body {
background-color: #ebdbb2;
color:#282828;
}
a {
text-decoration: none;
}

14
css/test.css Normal file
View File

@ -0,0 +1,14 @@
body {
background-color: #ebdbb2;
color:#282828;
}
a {
text-decoration: none;
}
section {
display: flex;
width: 400px;
height: 500px;
background-color: lightgray;
}