Shorten page texts
This commit is contained in:
11
style.css
11
style.css
@@ -15,7 +15,7 @@ body header div {
|
||||
body div {
|
||||
color: #1A161A;
|
||||
background-color: #FFF;
|
||||
margin-top: 100px;
|
||||
margin-top: 20px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@@ -25,9 +25,7 @@ h1, h2, h3 {
|
||||
}
|
||||
|
||||
header {
|
||||
float: left;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 99;
|
||||
@@ -35,6 +33,7 @@ header {
|
||||
transition: all 0.3s ease;
|
||||
height: 60px;
|
||||
padding-top: 20px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
header div {
|
||||
@@ -85,12 +84,6 @@ div ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul ul {
|
||||
display: list-item;
|
||||
list-style: circle;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #242424;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user