-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (83 loc) · 1.41 KB
/
style.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.card {
background-color: rgb(36, 36, 33);
width: 250px;
border-radius: 5px;
}
.adjust {
padding: 16px;
}
.text-white {
font-size: 16px;
margin-top: 10px;
font-weight: 500;
}
.second {
padding: 9px;
padding-right: 0px;
background-color: #2f3136;
width: 250;
}
.third {
padding: 9px;
padding-right: 0px;
background-color: #7289da;
width: 250;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.text-social {
color: white;
text-align: left;
text-align: left;
font-weight: 700;
text-transform: uppercase;
font-size: 10px;
margin-bottom: 0px;
letter-spacing: 1.3px;
}
.social {
float: left;
margin: 14px;
}
.youtube {
margin-left: 5px;
}
.btn {
height: 60px;
width: 200px;
margin: 0rem;
padding: 0;
border: none;
box-shadow: none;
float: left;
border-radius: 5px;
margin-top: 5px;
text-transform: none;
}
.text-server {
font-size: 16px;
margin-top: 16px;
font-weight: 500;
color: #fff;
float: left;
}
body {
background-color: #2C2F33
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
min-height: 12em;
display: table-cell;
vertical-align: middle;
}
.blurple {
background-color: #7289DA;
color: #7289DA;
}