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
9f98fd4cbb
commit
aad2c210e8
1 changed files with 16 additions and 16 deletions
32
index.html
32
index.html
|
@ -24,6 +24,22 @@
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88Gowby3qP8l_EZEfCX16eKT4TP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
|
src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88Gowby3qP8l_EZEfCX16eKT4TP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
|
||||||
}
|
}
|
||||||
|
@keyframes fadein{
|
||||||
|
from{opacity:0;}
|
||||||
|
to{opacity:1;}
|
||||||
|
}
|
||||||
|
@-moz-keyframes fadein{
|
||||||
|
from{opacity:0;}
|
||||||
|
to{opacity:1;}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes fadein{
|
||||||
|
from{opacity:0;}
|
||||||
|
to{opacity:1;}
|
||||||
|
}
|
||||||
|
@-ms-keyframes fadein{
|
||||||
|
from{opacity:0;}
|
||||||
|
to{opacity:1;}
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -207,22 +223,6 @@ input:focus {
|
||||||
-webkit-border-radius: 3px 0px 0px 3px;
|
-webkit-border-radius: 3px 0px 0px 3px;
|
||||||
border-radius: 3px 0px 0px 3px;
|
border-radius: 3px 0px 0px 3px;
|
||||||
}
|
}
|
||||||
@keyframes fadein{
|
|
||||||
from{opacity:0;}
|
|
||||||
to{opacity:1;}
|
|
||||||
}
|
|
||||||
@-moz-keyframes fadein{
|
|
||||||
from{opacity:0;}
|
|
||||||
to{opacity:1;}
|
|
||||||
}
|
|
||||||
@-webkit-keyframes fadein{
|
|
||||||
from{opacity:0;}
|
|
||||||
to{opacity:1;}
|
|
||||||
}
|
|
||||||
@-ms-keyframes fadein{
|
|
||||||
from{opacity:0;}
|
|
||||||
to{opacity:1;}
|
|
||||||
}
|
|
||||||
@media(min-width:767px){
|
@media(min-width:767px){
|
||||||
h2{
|
h2{
|
||||||
margin:0 0 25px;
|
margin:0 0 25px;
|
||||||
|
|
Loading…
Reference in a new issue