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');
|
||||
}
|
||||
|
||||
button:hover,
|
||||
footer img:hover {
|
||||
animation: rotater 2s linear infinite;
|
||||
}
|
||||
|
||||
div.page-container,
|
||||
div.wah,
|
||||
table.music-top10,
|
||||
|
|
@ -49,9 +44,4 @@ hr {
|
|||
border-bottom: none;
|
||||
border-right: 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