make lives counter
This commit is contained in:
parent
68de320f6d
commit
e063744f7b
@ -9,6 +9,10 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
:root {
|
||||
/*--font-size: 2rem;*/
|
||||
}
|
||||
|
||||
body.dark {
|
||||
--bg-color: #000;
|
||||
--bg-secondary-color: #131316;
|
||||
@ -20,3 +24,7 @@ body.dark {
|
||||
body {
|
||||
font-family: 'F5.6';
|
||||
}
|
||||
|
||||
p#word {
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
@ -20,7 +20,11 @@
|
||||
<div class="nav-left">
|
||||
<a class="brand" href="#">Hangman game</a>
|
||||
</div>
|
||||
<div class="nav-center">
|
||||
<p id="lives" class="button error">loading...</p>
|
||||
</div>
|
||||
<div class="nav-right">
|
||||
<a class="button dropdown">Язык</a>
|
||||
<a class="button dark" id="theme-switch" onclick="switchMode(this)">☀️</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user