Reposition the navbar
parent
27c7ee8b16
commit
91536d931b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue