made chewing gum rotate on hover

This commit is contained in:
Cristina Cochior 2020-10-29 19:25:13 +01:00
parent cf54fc1548
commit 58cb9e9f7b

View File

@ -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 {