Browse Source

made chewing gum rotate on hover

master
Cristina Cochior 4 years ago
parent
commit
58cb9e9f7b
  1. 5
      static/css/main.css

5
static/css/main.css

@ -329,6 +329,11 @@ div#listofpeople{
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
transition: transform 0.5s;
}
#colophon img:hover {
transform: rotate(45deg);
}
#colophon {

Loading…
Cancel
Save