navbar and carousel added

This commit is contained in:
2022-02-16 14:05:06 +01:00
parent 97a0ea5844
commit 1bdf444fa8
7 changed files with 112 additions and 357 deletions

View File

@@ -0,0 +1,27 @@
li{
list-style-type: none;
float: left;
padding: 1%;
}
ul{
margin-left: 20%;
}
li{
border-top: 1px solid black;
border-bottom: 1px solid black;
}
li:first-child{
border-left: 1px solid black;
}
li:last-child{
border-right: 1px solid black;
}
nav{
color: white;
background-color: black;
float: left;
margin-left: 25%;
}