Started work on the site design

This commit is contained in:
2023-04-08 16:44:28 -04:00
parent 0a4b41c547
commit cb341524c4
12 changed files with 1303 additions and 1 deletions

18
public/css/duradel.css Normal file
View File

@ -0,0 +1,18 @@
#top-bar{
margin-bottom: 15px;
}
#top-bar,
#top-bar ul{
background: #6200ee;
color: white;
font-size: 18px;
}
#top-bar a{
color: white;
}
#top-bar a:hover{
color: #eee;
}