-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject1.css
67 lines (57 loc) · 1.03 KB
/
project1.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
.background {
background: no-repeat top center;
bottom: 96px;
background-size: cover;
position: absolute;
width: 110%;
left: -125%;
top: -100%;
margin-bottom:160px;
}
body{
background:black
;
margin:0px;
padding: 0px;
border:0px;
}
.title {
font-size: 70px;
color:white;
position: absolute;
width: 100%;
margin-top: 200px;
margin-left: 700px;
}
.wave {
background: transparent repeat-x;
position: absolute;
width: 300%;
left: -100%;
margin-top: 500px;
}
.wave:after {
background-color: black;
position: absolute;
display: block;
content: "";
height: 500px;
width: 100%;
top: 100%;
left: 0;
margin-top: 500px;
}
.layer div {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.layer {
position: absolute;
}