-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdesktop-4.css
89 lines (89 loc) · 1.45 KB
/
desktop-4.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
body {
margin: 0;
line-height: normal;
}
.group-icon {
position: absolute;
top: 723.5px;
left: 507.5px;
width: 389px;
height: 101px;
cursor: pointer;
}
.about-div,
.p2p-carpooling-dapp1 {
position: absolute;
top: 89px;
left: 339px;
text-transform: capitalize;
font-weight: 800;
display: inline-block;
}
.about-div {
top: 209px;
left: 634px;
font-size: 48px;
font-weight: 600;
}
.image-9-icon1 {
position: absolute;
top: 32px;
left: 45px;
width: 127px;
height: 119px;
object-fit: cover;
}
.connect-your-wallet {
position: absolute;
top: 0;
left: 0;
letter-spacing: -0.01em;
line-height: 150%;
display: inline-block;
}
.group-div3 {
position: absolute;
top: 750px;
left: 526px;
width: 351px;
height: 54px;
font-size: 36px;
}
.x600-1-icon {
position: absolute;
top: 824px;
left: 0;
border-radius: 79px;
width: 1475px;
height: 200px;
object-fit: cover;
}
.an-alternative-cab-service-app {
position: absolute;
top: 378px;
left: 129px;
font-size: 26px;
letter-spacing: -0.01em;
line-height: 150%;
color: #909eb2;
text-align: center;
display: flex;
align-items: flex-end;
justify-content: center;
width: 1146px;
}
.desktop-4 {
position: relative;
background: radial-gradient(
50% 50%at 50% 50%,
#3668c8,
rgba(9, 22, 92, 0.91)
);
width: 100%;
height: 1024px;
overflow: hidden;
text-align: left;
font-size: 64px;
color: #fff;
font-family: Inter;
}