UNPKG
@h0rn0chse/dark-mode-toggle
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
dark-mode-toggle
github.com/H0rn0chse/dark-mode-toggle
H0rn0chse/dark-mode-toggle
@h0rn0chse/dark-mode-toggle
/
demo
/
styles
/
main.css
18 lines
(16 loc)
•
271 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
; }