Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 13:43:26 +02:00
parent 39ec1a6565
commit 8dd34f81ad

View file

@ -85,6 +85,10 @@ a:focus {
width: 100%;
height: 100%;
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 {
@ -140,7 +144,7 @@ h1 {
#about {
width: 100%;
height: 90%;
height: 100%;
color: #fff;
display: table;
background: #000;
@ -210,6 +214,9 @@ p {
margin: 0 0 20px;
line-height: 1.5;
}
#intro {
background-size:30px 30px;
}
#about-body {
padding-left: 90px;
padding-right: 90px;