-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
159 lines (157 loc) · 2.97 KB
/
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
body{
margin: 0;
font-family: 'Poppins', sans-serif;
}
.header, .middle{
display: flex;
margin-bottom: 250px;
}
.top-left-shape{
height:60px;
border-radius: 10px;
border-radius: 0px 0px 400px 0px;
background-color: rgba(241, 79, 50, 0.911) ;
width:60px;
}
.header-left-text{
width:600px;
margin-left: 90px;
}
.header-left-text h1{
margin-top: -19px;
font-size:50px;
}
.header-left-text span{
color:rgb(255, 154, 59);
}
.header-left-text button{
padding: 15px 30px;
border-radius: 7px;
border: none;
background-color: rgba(241, 79, 50, 0.911);
color: white;
font-weight: 700;
font-size: 15px;
}
.middle-right-txt button{
padding: 15px 30px;
border-radius: 7px;
border: none;
background-color: rgba(241, 79, 50, 0.911);
color: white;
font-weight: 700;
font-size: 15px;
}
.header-right-image{
width:550px;
margin-left: 10px;
}
.big-circul{
width: 350px;
height:350px;
border-radius: 200px 200px 200px 200px;
background-image:linear-gradient(#ff7600, #ea8609);
float: right;
margin-right: 40px;
margin-left: 100px;
overflow: hidden;
}
.big-circul2{
width: 350px;
height:350px;
border-radius: 200px 200px 200px 200px;
background-image:linear-gradient(#ff7600, #ea8609);
overflow: hidden;
margin-left: 65px;
}
.big-circul img{
position:relative;
bottom:100px;
left:30px;
width: 100%;
}
.big-circul2 img{
top:-32px;
right:10px;
position: relative;
}
.small-circul{
width: 70px;
height:70px;
border-radius: 37px 37px 37px 37px;
background-color: rgb(216, 64, 9);
position: relative;
top:280px;
left:438px;
}
.small-circul2{
width: 70px;
height:70px;
border-radius: 37px 37px 37px 37px;
background-color: rgb(216, 64, 9);
position: relative;
top: -65px;
left:326px;
}
.middle-right-txt{
margin-left: 60px;
margin-top: -22px;
width:45%;
}
.middle-left-image{
width:40%;
margin-left: 50px;
}
.middle-right-txt h1,.bottom-section h1{
font-size: 50px;
font-weight:bold;
}
.disc{
width:100px;
height:100px;
background-color: rgb(110, 98, 93);
border:1px solid black;
border-radius: 50px 50px 50px 50px;
margin:auto;
position: relative;
top:200px;
}
.disc2{
width:300px;
height:300px;
background-color: orangered;
border:1px solid black;
border-radius: 150px 150px 150px 150px;
margin:auto;
}
.bottom-div{
display: flex;
}
.bottom-left h1,.bottom-right h1{
font-size: 35px;
font-weight: bold;
}
.bottom-left{
border-width: 7px;
border-style: solid;
width:40%;
height: 350px;
padding-left: 30px;
margin-left: 70px;
border-image: linear-gradient(
to bottom,
blue,
rgba(19, 140, 170, 0.603)
)1 100%;
}
.bottom-right{
border-left:7px solid black;
width:40%;
height: 350px;
padding-left: 30px;
margin-left: 70px;
}
footer{
text-align: center;
margin-top: 150px;
}