Initial release

This commit is contained in:
2024-11-14 11:53:56 -05:00
committed by Patrick Trottier
commit 0455b0fac3
13 changed files with 1837 additions and 0 deletions

20
styles.css Normal file
View File

@@ -0,0 +1,20 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body{
background-color: #F1EEFF;
}
.navBar{
background-color: white;
}
.footer{
background-color: #e0e0ff;
}
.side-bar{
background-color: #e0e0ff;
}