-
Notifications
You must be signed in to change notification settings - Fork 0
/
bodypart1.css
84 lines (84 loc) · 1.96 KB
/
bodypart1.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
.simple-text{
display: flex;
justify-content: space-between;
align-items: center;
color: #9BA3B4;
font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;;
text-align: center;
font-size: 14px;
letter-spacing: 0.1px;
flex-wrap: nowrap;
margin-top: 20px;
}
.text-in-center{
margin-left: 400px;
}
.cross-btn{
margin-left:500px;
margin-right: 10px;
font-size: 15px;
}
.body-section-part1{
font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
background-color:#131313;
display: flex;
height: 600px;
justify-content: space-between;
align-items: center;
padding-top: 18px;
padding-bottom: 70px;
padding-right: 100px;
padding-left: 100px;
}
.left-part1{
color: white;
font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
margin-bottom: 40px;
}
.another-btn{
font-size: 17px;
border-radius: 5px;
border: #0078D4;
padding: 20px 30px;
background-color: #0078D4;
color: #ffffff;
cursor: pointer;
font-weight: 500;
}
.text-free{
display: flex;
justify-content: center;
background-color: #131313;
color:#9BA3B4; ;
align-items: center;
height: 40px; /* Adjust based on your design */
width: 350px;
border-style: solid;
border-width:1px;/* Adjust based on your design */
border-color:rgb(255,255,255,0.15);
border-radius: 20px;
}
.plain-text{
font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
letter-spacing: 1.1px;
font-weight: 450;
font-size: 55px;
line-height:40px;
}
.link-and-text{
font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
display: flex;
justify-self: center;
align-items: center;
font-size: 14px;
color: #9BA3B4;
}
.link-and-text2{
font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
display: flex;
justify-content: flex-start;
align-items: center;
letter-spacing: 0px;
font-size: 11px;
color: #9BA3B4;
}