-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaquette-discord.css
57 lines (54 loc) · 909 Bytes
/
maquette-discord.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body {
background-color: #0f0e17;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #fffffe;
text-decoration: none;
display: inline;
}
header .container img {
width: 100px;
}
h2 {
color: #ff8906;
text-transform: uppercase;
padding-top: 15px;
}
section {
background-color: #fffffe;
color: #000;
max-width: 790px;
box-sizing: content-box;
width: 100%;
margin: 0 auto;
padding: 5px 10px 0 10px;
border-radius: 10px;
}
section p {
padding-bottom: 15px;
}
footer {
background-color: #e53170;
color: #fffffe;
text-transform: uppercase;
font-weight: bold;
position: fixed;
bottom: 0px;
width: 100%;
/* margin: 200px; */
line-height: 50px;
}
ul {
word-spacing: 30px;
padding: 0;
font-size: 1em;
font-weight: bold;
}
li {
display: inline;
}
li a {
color: #fffffe;
text-decoration: none;
text-transform: uppercase;
}