Reposition the navbar

master
DavidDGTNT 2021-11-23 19:50:49 +00:00
parent 27c7ee8b16
commit 91536d931b
1 changed files with 13 additions and 4 deletions

View File

@ -3,14 +3,23 @@ body {
background-color: #ff7f50; background-color: #ff7f50;
} }
header img { header {
padding: 10px;
background-color: #a52a2a;
display: inline-block; display: inline-block;
} }
header img {
padding: 10px;
background-color: #a52a2a;
position: relative;
float: left;
width: 20%;
height: auto;
}
header nav { header nav {
display: inline-block; display: flex;
justify-content: center;
width: 77.9%;
} }
nav ul { nav ul {