-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (88 loc) · 1.34 KB
/
style.css
File metadata and controls
107 lines (88 loc) · 1.34 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
* {
margin: 0;
padding: 0;
}
body{
background-image: linear-gradient(to bottom right, #221736, #0b0812);
color: white;
height: 100vh;
}
.card {
background-color: #0b0812;
border: none;
cursor: pointer;
transition: all 0.5s;
width: 350px;
}
.image img {
border-radius: 50%;
transition: all 0.5s;
}
.card:hover .image img {
transform: scale(1.5);
}
.btn {
border-radius: 50%;
height: 140px;
width: 140px;
}
.name {
font-size: 22px;
font-weight: bold
}
.idd {
font-size: 14px;
font-weight: 600
}
.idd1 {
font-size: 12px
}
.number {
font-size: 22px;
font-weight: bold
}
.follow {
color: #444444;
font-size: 12px;
font-weight: 500;
}
.btn1 {
background-color: #000;
border: none;
color: #aeaeae;
font-size: 15px;
height: 40px;
width: 150px;
}
.text span {
color: white;
font-size: 13px;
font-weight: 500;
}
.icons i {
font-size: 19px;
}
hr .new1 {
border: 1px solid;
}
.join {
font-size: 14px;
color: #a0a0a0;
font-weight: bold;
}
.donate-link {
color: #fff;
text-decoration: none;
}
.donate-link:hover {
color: #ff9900;
text-decoration: none;
}
.no-styling {
text-decoration: none;
color: #ff9900;
}
.no-styling:hover {
text-decoration: none;
color: white;
}