main
css
18 lines
207 Bytes
|
1
|
body { |
|
2
|
background: #000000; |
|
3
|
margin: 0; |
|
4
|
padding: 0; |
|
5
|
height: 100vh; |
|
6
|
color: white; |
|
7
|
display: flex; |
|
8
|
} |
|
9
|
|
|
10
|
div { |
|
11
|
padding-left: 20px; |
|
12
|
margin-top: -28px; |
|
13
|
} |
|
14
|
|
|
15
|
a { |
|
16
|
color: blue; |
|
17
|
text-decoration: none; |
|
18
|
} |