Skip to content

Commit

Permalink
Merge pull request #345 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Updated Oct 24 2024
  • Loading branch information
jerrylovescheese authored Oct 24, 2024
2 parents 4ca7793 + 4e85349 commit 08fad61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

<div class="canvas" id="canvas-6">
<div class="canvas-text" id="canvas-6-text">
<span>Deepsea Voyage</span>
<span>1024</span>
</div>
<a href="#canvas-5">
<div id="canvas-clicker">
Expand Down
11 changes: 7 additions & 4 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -897,12 +897,15 @@
background-size: cover;
}

#canvas-6-text {
font-family: 'Courier Prime', monospace;
#canvas-6 {
display: flex;
justify-content: center;
align-items: center;
}

#canvas-6-text>span {
background-color: rgba(127, 255, 212, 0.5);
#canvas-6-text {
font-family: 'Courier Prime', monospace;
font-size: 30px;
}

#namecard {
Expand Down

0 comments on commit 08fad61

Please sign in to comment.