-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
119 lines (104 loc) · 2.09 KB
/
style2.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
height:100vh;
background-image: linear-gradient(128deg,pink,purple);
}
.card{
height: 680px;
width:420px;
background: white;
margin:auto;
margin-top: 80px;
border-radius: 24px;
box-shadow: 10px 10px 10px black;
}
.girl{
/* width: 173px;
height: 173px; */
border-radius: 200px;
box-shadow: 1px 10px 18px rgb(170, 168, 168);
margin: auto;
margin-top: -100px;
margin-left:100px;
}
.ant{
border-top-left-radius: 23px;
border-top-right-radius: 23px;
}
.text{
padding: 5px;
font-style: italic;
font-weight: bold;
font-size: x-large;
margin-left: 110px;
}
.subtext{
font-style: normal;
margin-left:150px;
color: rgb(177, 171, 171);
}
.nofol{
padding-top: 30px;
font-style:initial;
font-weight:bolder;
font-size:xx-large;
margin-left: 80px;
color: rgb(68, 172, 236);
}
.nofols{
padding-top: 30px;
font-style:initial;
font-weight: bold;
font-size: xx-large;
margin-left: 270px;
margin-top: -100px;
color: rgb(68, 172, 236);
}
.fol{
padding-top: 30px;
font-style:inherit;
font-weight:lighter;
font-size: large;
margin-left: 65px;
margin-top: -20px;
color: rgb(181, 182, 184);
}
.fols{
padding-top: 30px;
font-style:normal;
font-weight:lighter;
font-size: large;
margin-left: 270px;
margin-top: -20px;
color: rgb(181, 182, 184);
}
button{
height: 50px;
width: 70%;
margin-top: 30px;
margin-left: 60px;
border-radius: 32px;
font-weight: 700;
font-size: 20px;
color: black;
background-color: rgb(241, 204, 22);
border: none;
}
.para{
font-size: large;
font-style:inherit;
margin-left: 20px;
margin-top: 5px;
color: rgb(148, 146, 146);
word-spacing: 15px;
padding: 20px;
font-weight:600px;
}
.col{
margin-left: 400px;
margin-top:1px;
}