moving the darkmode checkbox down off the div

This commit is contained in:
Sevi 2024-10-31 09:38:37 -07:00 committed by GitHub
parent 28125c6929
commit 7f9cd8d864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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">