Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding fontstyle and changing design #193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<div class="ui__texts">
<h1 class="text text--title">
<span>Let's</span>
<span>Solve!</span>
<span>Solve the puzzle!</span>
</h1>
<div class="text text--note">
Double tap to start
<div class="text text--note" style="color: orange">
Double tap to play
</div>
<div class="text text--timer">
0:00
Expand Down Expand Up @@ -92,19 +92,19 @@ <h1 class="text text--title">
</div>

<div class="ui__buttons">
<button class="btn btn--bl btn--stats">
<button class="btn btn--bl btn--stats" style="color: orange">
<icon trophy></icon>
</button>
<button class="btn btn--br btn--prefs">
<button class="btn btn--br btn--prefs" style="color: orange">
<icon settings></icon>
</button>
<button class="btn btn--tl btn--back">
<button class="btn btn--tl btn--back" style="color: orange">
<icon back></icon>
</button>
<button class="btn btn--br btn--theme">
<button class="btn btn--br btn--theme" style="color: orange">
<icon theme></icon>
</button>
<button class="btn btn--br btn--reset">
<button class="btn btn--br btn--reset" style="color: orange">
<icon reset></icon>
</button>
</div>
Expand Down
Loading