-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
113 lines (113 loc) · 1.79 KB
/
style.css
File metadata and controls
113 lines (113 loc) · 1.79 KB
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
body{
overflow-x: hidden;
font-family: 'Century Gothic';
color: #27374D;
}
.mainImg{
position: absolute;
top: 20%;
right: 15%;
height: 550px;
width: 450px;
border-radius: 20% 0 0 0;
}
.dot1{
height: 100%;
width: 100%;
background-color: #dde6ed98;
border-radius: 50%;
display: inline-block;
position: absolute;
top: -50%;
right:-50%;
z-index:-1;
}
.obj2{
height: 200px;
width: 200px;
background-color: #526d82;
border-radius: 50%;
display: inline-block;
position: absolute;
top: 280px;
right: 180px;
z-index: 5;
}
.obj3{
height: 250px;
width: 250px;
background-color: #9DB2BF;
border-radius: 0 0 0 20%;
display: inline-block;
position: absolute;
bottom: -80px;
right: 500px;
z-index: 5;
}
h1{
position: absolute;
top: 38%;
left: 15%;
font-size: 4.8em;
text-align: right;
width: 30%;
}
.para1{
position: absolute;
bottom:18%;
left: 18%;
width: 30%;
font-size: 1.2em;
}
.head1{
font-size: 4.5em;
position: absolute;
top: 23%;
left: 25%;
}
.dot2{
height: 120%;
width: 60%;
background-color: #9DB2BF;
border-radius: 50%;
display: inline-block;
position: absolute;
top: 100%;
left:-25%;
z-index:-1;
}
h2{
font-size: 3.2em;
position: absolute;
bottom: -45%;
left: 37%;
}
.para2{
font-size: 1.2em;
position: absolute;
bottom: -50%;
left: 28%;
}
.img{
position: absolute;
height: 250px;
width: 250px;
bottom: -92%;
border-radius: 10%;
box-shadow: 0 0 4px 1.5px #5d5d5d77;
}
.img:hover{
transform: scale(1.1);
}
.pos1{
left: 28%;
}
.pos2{
right: 28%;
}
h3{
position: absolute;
bottom: -105%;
left: 33%;
font-size: 2em;
}