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;

This comment has been minimized.

Copy link
@OmYasien

OmYasien Jul 11, 2018

text-align: left:

This comment has been minimized.

Copy link
@Aya-aljubori

Aya-aljubori Sep 16, 2018

text-align: right;

This comment has been minimized.

Copy link
@joshrideout

joshrideout Nov 30, 2018

text-align: up;

This comment has been minimized.

Copy link
@lukecoupe

lukecoupe Feb 11, 2020

text-align: down;

This comment has been minimized.

Copy link
@Lana-star

Lana-star Feb 15, 2020

My one and only change

}

This comment has been minimized.

Copy link
@MaramAmer

MaramAmer Mar 14, 2018

adding anything

This comment has been minimized.

Copy link
@MaramAmer

MaramAmer Mar 14, 2018

}

This comment has been minimized.

Copy link
@Tahakhedr

Tahakhedr Mar 28, 2018

Good Day Taha Khedr

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

h2 {
margin: 0;

This comment has been minimized.

Copy link
@saifAziz96

saifAziz96 Sep 27, 2018

margin: 10;

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.