Modification au nav et au footer
This commit is contained in:
@@ -22,10 +22,20 @@ nav ul {
|
||||
align-items: center;
|
||||
text-align: right;
|
||||
}
|
||||
nav ul li:hover {
|
||||
background-color: #6688cc;
|
||||
border-color: #ffffff;
|
||||
box-shadow: 0 0 30px #6688CC;
|
||||
|
||||
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 {
|
||||
@@ -41,7 +51,7 @@ nav ul li {
|
||||
|
||||
nav img {
|
||||
max-width: 220px;
|
||||
max-height: 60px;
|
||||
height: 60px;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
@@ -56,9 +66,7 @@ footer {
|
||||
|
||||
footer p {
|
||||
margin: auto;
|
||||
}
|
||||
#update {
|
||||
font-size: 0,1rem;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
@@ -134,7 +142,7 @@ footer p {
|
||||
.lore table{
|
||||
width: 100%;
|
||||
position: sticky;
|
||||
top: 1px;
|
||||
top: 60px;
|
||||
border: 2px solid #FFEFE5;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
Reference in New Issue
Block a user