Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 30, 2024
1 parent 774a0e5 commit a7c9ae8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sketches/my-pond/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

<body>

<div class="myLink">
<p><a href="https://www.patreon.com/jcponce" target="_blank">❤️ Patreon</a></p>
</div>

<p class="footer">
Press <strong>P</strong> for water drop sounds!
<br/>
Expand Down
13 changes: 13 additions & 0 deletions sketches/my-pond/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ body {
overflow: hidden;
}

.myLink {
position: fixed;
top: -10px;
left: 8px;
color: rgb(191,191,191);
font-size: 1.2rem;
text-decoration: none; /* Removes the underline from the link */
}

.myLink:hover {
color: rgb(255,255,255); /* Change color on hover */
}

.footer {
position: fixed;
text-align: center;
Expand Down

0 comments on commit a7c9ae8

Please sign in to comment.