load css
This commit is contained in:
parent
3dc57163f3
commit
54f816c7eb
2 changed files with 33 additions and 6 deletions
12
static/css/home.leftovers.css
Normal file
12
static/css/home.leftovers.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@-moz-keyframes spin {
|
||||
from { -moz-transform: rotate(0deg); }
|
||||
to { -moz-transform: rotate(360deg); }
|
||||
}
|
||||
@-webkit-keyframes spin {
|
||||
from { -webkit-transform: rotate(0deg); }
|
||||
to { -webkit-transform: rotate(360deg); }
|
||||
}
|
||||
@keyframes spin {
|
||||
from {transform:rotate(0deg);}
|
||||
to {transform:rotate(360deg);}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue