Compare commits
2 Commits
a1d7ca40cc
...
a0d36f33b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0d36f33b6 | ||
|
|
eb51b5a6df |
@@ -14,45 +14,37 @@ nav {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul {
|
nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: right;
|
width: 85%;
|
||||||
}
|
|
||||||
|
|
||||||
nav a{
|
|
||||||
padding: 15px 5px;
|
|
||||||
display: block;
|
|
||||||
text-decoration: none;
|
|
||||||
text-align: center;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
border-radius: 15px;
|
|
||||||
list-style-type: none;
|
|
||||||
background-color: #273A56;
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav ul li a {
|
|
||||||
color: #FFEFE5;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav ul li {
|
|
||||||
width: 12.5%;
|
|
||||||
padding: 0 60px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav img {
|
nav img {
|
||||||
max-width: 220px;
|
justify-self: left;
|
||||||
height: 60px;
|
width: 15%;
|
||||||
justify-content: left;
|
}
|
||||||
|
|
||||||
|
nav a {
|
||||||
|
display: block;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #FFEFE5;
|
||||||
|
padding: 0 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a:hover {
|
||||||
|
display: block;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 39px;
|
||||||
|
|
||||||
|
border-radius: 20px;
|
||||||
|
background-color: #273A56;
|
||||||
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
@@ -64,7 +56,7 @@ footer {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer>p {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user