<h1>Welcome to our website</h1>
        <p>This is our really pretty website..</p>
        <input type="checkbox" name="checkbox" class="switch">
body {
padding: 25px;
background-color: white;
color: black;
font-size: 25px;
}

.dark-mode {
background-color: black;
color: white;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.