mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-23 00:05:03 +00:00
Cleaning up CSS
This commit is contained in:
parent
39ec1a6565
commit
8dd34f81ad
1 changed files with 8 additions and 1 deletions
|
@ -85,6 +85,10 @@ a:focus {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color:#488c1d;
|
||||||
|
background-image: linear-gradient(90deg, rgba(0,0,0,.1) 50%, transparent 50%),
|
||||||
|
linear-gradient(rgba(255,255,255,.1) 50%, transparent 50%);
|
||||||
|
background-size:20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#intro-body {
|
#intro-body {
|
||||||
|
@ -140,7 +144,7 @@ h1 {
|
||||||
|
|
||||||
#about {
|
#about {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 90%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: table;
|
display: table;
|
||||||
background: #000;
|
background: #000;
|
||||||
|
@ -210,6 +214,9 @@ p {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
#intro {
|
||||||
|
background-size:30px 30px;
|
||||||
|
}
|
||||||
#about-body {
|
#about-body {
|
||||||
padding-left: 90px;
|
padding-left: 90px;
|
||||||
padding-right: 90px;
|
padding-right: 90px;
|
||||||
|
|
Loading…
Reference in a new issue