Skip to content

Commit

Permalink
feat: πŸ”₯πŸ’€
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayevans committed Dec 19, 2023
1 parent 8427763 commit ed3e686
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@ <h1>Lindsay Evans</h1>
/>
</a>
</li>
<li>
<a rel="external" href="https://spinningflamingskull.com/"
><img
src="npm:bootstrap-icons/icons/fire.svg"
width="24"
height="24"
alt="Spinning Flaming Skull"
class="spin"
/>
</a>
</li>
</ul>
</footer>
<script
Expand Down
7 changes: 7 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,10 @@ footer {
}
}
}

.spin {
transition: all 0.8s ease-in;
&:hover {
transform: rotate(360deg);
}
}

0 comments on commit ed3e686

Please sign in to comment.