Making your pages look good with a nice effect (don’t over do it!)
Adding this line to your head
1 2 3 |
<link rel="stylesheet" href="https://daneden.github.io/animate.css/animate.min.css"> |
Then add this class to the first div you display…
1 2 3 |
<div class="animated fadeInDown"></div> |
Simple