Skip to content

Commit cf5f954

Browse files
committed
slower animation & black border for buttons
1 parent 1ec52bd commit cf5f954

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

css/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ button.cta i.fa, .button.cta i.fa {
388388
margin: 0px 20px;
389389
color: white;
390390
background-image: none;
391+
border: #121b20 solid 1px;
391392
}
392393

393394
#description .involved-links a:first-child {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</header>
4343
<div class="hero" id="hero">
4444
<div>
45-
<h1 id="hero-text" class="animate__animated animate__pulse animate__infinite">Web Development Club</h1>
45+
<h1 id="hero-text" class="animate__animated animate__pulse animate__infinite animate__slow">Web Development Club</h1>
4646
<h2>Lynbrook High School</h2>
4747
<br />
4848
<a href="https://forms.gle/aEdhD7hxSJPJRcoD9" class=" button cta">

0 commit comments

Comments
 (0)