-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
69 lines (69 loc) · 1.24 KB
/
index.css
File metadata and controls
69 lines (69 loc) · 1.24 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
.wrap{
position: relative;
width: 100%;
height: 700px;
background: linear-gradient(rgba(196, 228, 253,.5) 40%,rgba(148, 190, 89,.8) 60%);
}
div.wrap > div{
position: absolute;
width: 100px;
height: 50px;
top: 100px;
left: 100px;
background-color: #FFFFFF;
border-top-left-radius: 68%;
border-top-right-radius: 68%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
div.wrap > div::before{
position: absolute;
width: 100px;
height: 50px;
content: '';
top: 21px;
left: -17px;
background-color: #FFFFFF;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
div.wrap > div::after{
position: absolute;
width: 100px;
height: 50px;
content: '';
top: 20px;
left: 20px;
background-color: #FFFFFF;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.wrap .cloud1{
top: 47px;
left: 733px;
transform: scale(.8);
}
.wrap .cloud2{
top: 30px;
left: 206px;
transform: scale(.5);
}
.wrap .cloud3{
top: 87px;
left: 1000px;
transform: scale(1);
}
.wrap .cloud4{
top: 70px;
left: 100px;
transform: scale(.3);
}
.wrap .cloud5{
top: 77px;
left: 440px;
transform: scale(.8);
}