blob: 725b930eb87fa7475d753ddd41ffc9f43a27498f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
body {
background-color: black;
color: pink;
}
p {
padding-bottom: 30px;
}
#wrapper {
background-color: #000000;
max-width: 974px;
min-width: 850px;
margin: auto;
margin-top: -10px;
}
.center {
text-align: center;
justify-content: center;
}
.left {
text-align: left;
justify-content: center;
}
.limit-text-width {
width: 50%;
}
.header_linker {
font-size: x-small;
}
|