diff --git a/css/app.css b/css/app.css index 14e2285..bdf4d3d 100644 --- a/css/app.css +++ b/css/app.css @@ -40,9 +40,14 @@ align-items: center; 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; } @@ -52,4 +57,4 @@ background-color: #03a9f4; #paris { background-color: #d32f2f; -} \ No newline at end of file +}