-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesocial.css
56 lines (51 loc) · 897 Bytes
/
stylesocial.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
main article p span {
color: #000000;
background-color: rgb(255, 200, 127);
}
a{
text-decoration: none;
color: #7fff00;
}
a div {
background-color: black;
width: 120px;
height: 28px;
position: relative;
padding-top: 6px;
font-size: 15px;
border-radius: 8px;
align-items: center;
text-align: center;
}
.fa-youtube,.fa-square-x-twitter,.fa-square-threads,.fa-github,.fa-square-instagram,.fa-square-facebook,.cib-buy-me-a-coffee,.cib-spotify{
font-size: 50px;
align-items: center;
justify-content: center;
text-align: center;
padding-left: 49%;
padding-bottom: 10px;
color: black;
}
.x{
padding-left: 9px ;
}
.thread{
padding-left: 13px;
}
.github{
padding-left: 7px;
}
.instagram{
padding-left: 13px;
}
.facebook{
padding-left: 13px;
}
.coffee{
padding-left: 8px;
padding-top: 4px;
}
.spotify{
padding-left: 9px;
padding-top: 10px;
}