Skip to content

Commit

Permalink
added animation on the main title
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyCouture committed Nov 7, 2018
1 parent 37aec28 commit f13e756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -7,6 +7,7 @@
<title>Sophie | Home</title>
<link href="https://fonts.googleapis.com/css?family=Lora:700|Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns"crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="icon" type="image/png" href="./assets/faviconSophie.png">
<link rel="stylesheet" href="styles/style.css">
</head>
Expand All @@ -23,7 +24,7 @@
</nav>
<header class="main-Header">
<div class="wrapper header__wrapper">
<h1 class="title">Sophie</h1>
<h1 class="title animated fadeInDown delay-1s">Sophie</h1>
<img class="main-Header__img" src="./assets/home-image-1.jpg" alt="">
</div>

Expand Down

0 comments on commit f13e756

Please sign in to comment.