Initial release
This commit is contained in:
20
styles.css
Normal file
20
styles.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user