added navbar and resolved redundance of the navbar

This commit is contained in:
2022-05-07 18:10:47 +02:00
parent 117cba0e2c
commit 2499684dbf
7 changed files with 84 additions and 49 deletions

47
app/public/css/styles.css Normal file
View File

@@ -0,0 +1,47 @@
nav a{
float: right;
text-decoration: none;
color: #FFFFFF;
font-size: 18px;
padding: 25px 35px;
display: inline-block;
transition: all 0.5s ease 0s;
}
#logo {
font-size: 20px;
text-transform: uppercase;
color: #FFFFFF;
font-weight: bold;
float: left;
padding: 20px;
margin-left: 17%;
}
header {
overflow: hidden;
background-color: #090CA9;
margin-bottom: 50px;
}
body {
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
}
nav {
margin-right: 17%;
}
h1 {
margin: 0px auto;
font-size: 26px;
padding: 40px 0px;
color: #002e5b;
text-align: center;
}
h1 span{
font-weight: 400;
}