add day10

This commit is contained in:
Zoe
2022-10-02 14:45:59 -05:00
parent cd3fdbc149
commit 15da8f76d7
29 changed files with 4272 additions and 0 deletions

21
day10/src/style.css Normal file
View File

@@ -0,0 +1,21 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
background-color: #101010;
color: #FEFEFE;
font-family: Helvetica, Arial, Sans-Serif;
padding: 0;
margin: 0;
min-height: 100vh;
}
a:hover {
text-decoration: underline;
}
.container__content {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}