add day 5

This commit is contained in:
Zoe
2022-09-27 21:41:37 -05:00
parent 213b42bb9c
commit 2040570ea2
19 changed files with 2565 additions and 0 deletions

18
day5/src/style.css Normal file
View File

@@ -0,0 +1,18 @@
@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;
scrollbar-color: #27272a #27272a;
}
.container__content {
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}