css cleanup
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
footer{
|
||||
background: var(--fullblock);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 24px 42px 24px 42px;
|
||||
}
|
@@ -1,38 +1,12 @@
|
||||
header {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
background: var(--fullblock);
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
nav li {
|
||||
float: left;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
nav li a {
|
||||
display: block;
|
||||
width: 100px;
|
||||
height: 30px;
|
||||
border: 1px solid #4d4d4d;
|
||||
background-color: #4d4d4d;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
margin: 5px;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
nav li a:hover {
|
||||
background-color: orange;
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 24px 42px 24px 42px;
|
||||
}
|
Reference in New Issue
Block a user