Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx committed Oct 7, 2024
1 parent d015af3 commit e8e5436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
</div>

<div class="container" onclick="focusInput()">
<h1>TypeGlow</h1>
<a href="https://github.com/CyberSphinxxx/TypeGlow" target="_blank">
<h1>TypeGlow</h1>
</a>
<p id="targetText">Choose a Level to Start Playing</p>
<p id="congratulations" class="hidden">Congratulations!</p>

Expand All @@ -36,9 +38,9 @@ <h1>TypeGlow</h1>
</div>
</a>

<a href="https://github.com/CyberSphinxxx/TypeGlow" target="_blank">
<a href="https://github.com/CyberSphinxxx/TypeGlow/issues" target="_blank">
<div class="footer_github">
Github Repository
Found an issue?
</div>
</a>
</footer>
Expand Down
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ button {
border-radius: 5px;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
font-size: 14px;
user-select: none;
}

.footer {
Expand Down

0 comments on commit e8e5436

Please sign in to comment.