Skip to content

Commit

Permalink
feat: footer source link
Browse files Browse the repository at this point in the history
  • Loading branch information
FireIsGood committed Dec 17, 2024
1 parent 8c6cb03 commit 6cf9bb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1>Fire's Fancy Shaders</h1>
</main>
<footer class="container">
<p>Made with 🔥 by FireIsGood</p>
<p><a href="https://github.com/FireIsGood/fancy-shaders">Source Code</a></p>
</footer>
</body>
</html>
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,19 @@ main {
}

footer {
display: flex;
justify-content: space-between;
margin-top: 1.5rem;
border-radius: 8px;
box-shadow: var(--box-shadow);
background: var(--bg);

& > * {
margin: 0;
}
& > :last-child {
text-align: right;
}
}

canvas {
Expand Down

0 comments on commit 6cf9bb0

Please sign in to comment.