UNPKG

@h0rn0chse/dark-mode-toggle

Version:
18 lines (16 loc) 271 B
body { padding: 0; margin: 0; font-family: sans-serif; } #content { width: 100vw; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } #content > .toggleButton { margin-top: 7em; }