We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87310a commit 042de89Copy full SHA for 042de89
1 file changed
index.html
@@ -11,6 +11,7 @@
11
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13
crossorigin="anonymous" />
14
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
15
<title>LHS Web Development Club</title>
16
</head>
17
@@ -40,7 +41,7 @@
40
41
</header>
42
<div class="hero" id="hero">
43
<div>
- <h1 id="hero-text">Web Development Club</h1>
44
+ <h1 id="hero-text" class="animate__animated animate__pulse animate__infinite">Web Development Club</h1>
45
<h2>Lynbrook High School</h2>
46
<br />
47
<a href="https://forms.gle/aEdhD7hxSJPJRcoD9" class=" button cta">
0 commit comments