ajout d'une belle navbar/topbar

This commit is contained in:
Medenos
2022-09-27 22:04:22 -04:00
parent 17314f1b74
commit 54e16cb05d
4 changed files with 47 additions and 28 deletions

View File

@@ -6,6 +6,13 @@ body {
background-size: cover;
}
.topbar-container{
background-color: beige;
margin-bottom: 2%;
border-bottom: rgb(82, 4, 82) solid 1px;
box-shadow: 0px 3px rgba(82, 4, 82, .5);
}
.research-container {
/* border: black solid 1px; */
padding: 4px 6px 4px 6px;
@@ -14,7 +21,7 @@ body {
border-radius: 5px;
height: 40px;
margin:auto;
margin-bottom: 5px;
margin-bottom: 2%;
width: 90%;
}