-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (63 loc) · 1.13 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
.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;
}