woops
This commit is contained in:
parent
2de9378b63
commit
9f10cbb6cc
1 changed files with 1 additions and 11 deletions
|
|
@ -2,11 +2,6 @@ body {
|
||||||
background: url('/images/roscoe_tile_rainbow.jpg');
|
background: url('/images/roscoe_tile_rainbow.jpg');
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover,
|
|
||||||
footer img:hover {
|
|
||||||
animation: rotater 2s linear infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.page-container,
|
div.page-container,
|
||||||
div.wah,
|
div.wah,
|
||||||
table.music-top10,
|
table.music-top10,
|
||||||
|
|
@ -50,8 +45,3 @@ hr {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rotater {
|
|
||||||
0% { transform: rotate(0deg) }
|
|
||||||
100% { transform: rotate(360deg) }
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue