-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect--style.css
214 lines (195 loc) · 3.99 KB
/
connect--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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
#portfolio_logo{
position: absolute;
width: 50px;
height: 50px;
flex-shrink: 0;
margin: 15px 45px;
}
#maintxt{
position: absolute;
margin: 78px 614px 496px 53px;
color: #000;
font-size: 64px;
font-family: "Poppins", system-ui;
font-style: normal;
font-weight: 600;
line-height: 85.3px;
display: flex;
width: 773px;
height: 285px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
}
#enter1,
#enter2,
#enter3 {
font-size: 20px; /* Update the desired font size */
font-family: "Poppins", sans-serif; /* Use Poppins font family */
}
#img1{
position: absolute;
width: 294px;
height: 400px;
flex-shrink: 0;
margin: 384px 1083px 75px 53px;
}
#subtxt{
position: absolute;
display: flex;
width: 439px;
height: 180px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #000;
font-size: 96px;
font-family: "Poppins", system-ui ;
font-style: normal;
font-weight: 600;
line-height: 85.3px;
margin: 396px 673px 283px 328px;
}
#connect{
position: absolute;
display: flex;
width: 206px;
flex-shrink: 0;
color: #000;
text-align: center;
font-size: 17px;
font-family: "Inter", system-ui;
font-style: normal;
font-weight: 700;
line-height: 60px;
margin: 24px 51px 775px 1220px;
}
#behance{
position: absolute;
width: 34px;
height: 35.154px;
flex-shrink: 0;
margin: 96.4px 224px 727px 1182px;
}
#linkedin{
position: absolute;
width: 34px;
height: 35.154px;
flex-shrink: 0;
margin: 96.4px 168px 727px 1238px;
}
#email{
position: absolute;
width: 37px;
height: 35.154px;
flex-shrink: 0;
margin: 96.4px 109px 727px 1294px;
}
#discord{
position: absolute;
width: 37px;
height: 35.154px;
flex-shrink: 0;
margin: 96.4px 50px 727px 1353px;
}
#mail{
position: absolute;
display: flex;
width: 126px;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #000;
font-size: 24px;
font-family: "Inter", system-ui;
font-style: normal;
font-weight: 400;
line-height: 46.8px;
margin: 269px 471px 537px 843px;
}
#enter1{
position: absolute;
width: 547px;
height: 80px;
flex-shrink: 0;
border-radius: 8px;
border: 1px solid #000;
background: #FFF;
margin: 302px 50px 457px 843px;
}
#cont{
position: absolute;
display: flex;
width: 126px;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #000;
font-size: 24px;
font-family: "Inter", system-ui;
font-style: normal;
font-weight: 400;
line-height: 46.8px;
margin: 422px 471px 384px 843px;
}
#enter2{
position: absolute;
width: 547px;
height: 80px;
flex-shrink: 0;
border-radius: 8px;
border: 1px solid #000;
background: #FFF;
margin: 455px 50px 304px 843px;
}
#info{
position: absolute;
display: flex;
width: 150px;
height: 33px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #000;
font-size: 24px;
font-family: "Inter", system-ui;
font-style: normal;
font-weight: 400;
line-height: 46.8px;
margin: 575px 447px 231px 843px;
}
#enter3{
position: absolute;
width: 547px;
height: 80px;
flex-shrink: 0;
border-radius: 8px;
border: 1px solid #000;
background: #FFF;
margin: 608px 50px 151px 843px;
}
#submitbtn{
position: absolute;
width: 242px;
height: 80px;
flex-shrink: 0;
border-radius: 8px;
background: #000;
margin: 731px 50px 28px 1148px;
}
button span{
width: 183px;
height: 49.302px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #FFF;
text-align: center;
font-size: 24px;
font-family: "Inter", system-ui;
font-style: normal;
font-weight: 700;
line-height: 46.8px;
}