Skip to content

Commit

Permalink
Add animation to destination headings
Browse files Browse the repository at this point in the history
  • Loading branch information
lamanai committed Apr 11, 2017
1 parent 1204be0 commit b2d0353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@ body {
text-align: center;
}

.destination:hover h2 {
transform: rotate(0deg);
}

h2 {
margin: 0;
transform: rotate(-45deg);
transition: transform 0.5s;
text-shadow: 0 0 5px #01579b;
}

Expand Down

0 comments on commit b2d0353

Please sign in to comment.