We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec52bd commit cf5f954Copy full SHA for cf5f954
2 files changed
css/index.css
@@ -388,6 +388,7 @@ button.cta i.fa, .button.cta i.fa {
388
margin: 0px 20px;
389
color: white;
390
background-image: none;
391
+ border: #121b20 solid 1px;
392
}
393
394
#description .involved-links a:first-child {
index.html
@@ -42,7 +42,7 @@
42
</header>
43
<div class="hero" id="hero">
44
<div>
45
- <h1 id="hero-text" class="animate__animated animate__pulse animate__infinite">Web Development Club</h1>
+ <h1 id="hero-text" class="animate__animated animate__pulse animate__infinite animate__slow">Web Development Club</h1>
46
<h2>Lynbrook High School</h2>
47
<br />
48
<a href="https://forms.gle/aEdhD7hxSJPJRcoD9" class=" button cta">
0 commit comments