-
Notifications
You must be signed in to change notification settings - Fork 1
/
css-animations.html
20 lines (16 loc) · 1020 Bytes
/
css-animations.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CSS Animations</title>
<link rel="stylesheet" href="css/animate.css">
</head>
<body>
<h1 class="animated flash infinite">Hej allesammen</h1>
<p class="animated bounce infinite">
Bacon ipsum dolor amet brisket ground round filet mignon ham leberkas pork. Tail pork chop t-bone venison, spare ribs jerky prosciutto sirloin. Ham corned beef ground round picanha, hamburger cow jowl salami chuck. Hamburger cupim kielbasa tail. Pork belly kielbasa beef ribs shankle. Ham hock beef ribs prosciutto meatloaf alcatra filet mignon bresaola pastrami fatback.
Fatback turducken capicola jerky ham hock strip steak tenderloin cow. Ball tip cupim biltong meatball. Sausage pork belly ball tip strip steak alcatra, doner meatloaf pig venison flank. Beef shank ground round brisket pancetta cow strip steak prosciutto pork belly filet mignon chuck capicola boudin leberkas beef ribs.
</p>
</body>
</html>