moving the darkmode checkbox down off the div
This commit is contained in:
parent
28125c6929
commit
7f9cd8d864
@ -18,10 +18,14 @@
|
||||
<body>
|
||||
<header>
|
||||
<h1>Welcome to EaglerCraftX</h1>
|
||||
<label for="darkModeCheckbox">Dark Mode</label>
|
||||
<input type="checkbox" id="darkModeCheckbox">
|
||||
</header>
|
||||
<main>
|
||||
<section class="darkmode">
|
||||
<div>
|
||||
<label for="darkModeCheckbox">Dark Mode</label>
|
||||
<input type="checkbox" id="darkModeCheckbox">
|
||||
</div>
|
||||
</section>
|
||||
<section class="counter">
|
||||
<p>Site views counter:</p>
|
||||
<div align="center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user