mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
356893cec5
commit
dce5bbff3c
1 changed files with 12 additions and 0 deletions
|
@ -70,11 +70,23 @@ a:focus {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#intro:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background: #000 url(/img/bg.svg) repeat bottom center scroll;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
z-index: -1; /* Keep the background behind the content */
|
||||
height: 20%; width: 20%; /* Using Glen Maddern's trick /via @mente */
|
||||
|
||||
/* don't forget to use the prefixes you need */
|
||||
transform: scale(5);
|
||||
transform-origin: top left;
|
||||
filter: blur(2px);
|
||||
}
|
||||
|
||||
#intro-body {
|
||||
|
|
Loading…
Reference in a new issue