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