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
b36a0374c9
commit
9f98fd4cbb
1 changed files with 16 additions and 16 deletions
32
index.html
32
index.html
|
@ -207,6 +207,22 @@ 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;
|
||||||
|
@ -250,22 +266,6 @@ font-size:25px;
|
||||||
margin-bottom:45px;
|
margin-bottom:45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@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;}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue