-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
63 lines (59 loc) · 1.86 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
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
* {
box-sizing: border-box;
}
body {
background-color: #fff;
height: 5000px;
font-family: "Lato", sans-serif;
}
.text {
margin: 40vh 0 60vh;
text-align: center;
}
.text h1 {
margin: 3rem 0;
font-size: 3rem;
}
.text p {
display: inline-block;
font-size: 1.5rem;
padding: 0 0.5em;
}
.js-parallax {
position: relative;
width: 100%;
height: 100vh;
margin-bottom: 4rem;
display: flex;
justify-content: space-around;
align-items: center;
border: 2px solid #000;
}
.js-parallax ._shape {
display: block;
width: 28vw;
height: 40vw;
border-radius: 50%;
background-size: cover;
background-position: center center;
transition: transform 0.0166666666666667s;
}
.js-parallax ._shape1 {
background-image: url("https://images.unsplash.com/photo-1484804959297-65e7c19d7c9f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1314&q=80");
}
.js-parallax ._shape2 {
background-image: url("https://images.unsplash.com/photo-1484608856193-968d2be4080e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80");
}
.js-parallax ._shape3 {
background-image: url("https://images.unsplash.com/photo-1567898890743-92c4070ba4a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=650&q=80");
}
.js-parallax ._shape4 {
background-image: url("https://images.unsplash.com/photo-1525567565596-82d85bef8fb6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1234&q=80");
}
.js-parallax ._shape5 {
background-image: url("https://images.unsplash.com/photo-1537265111491-3706342c64d2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80");
}
.js-parallax ._shape6 {
background-image: url("https://images.unsplash.com/photo-1580549585571-7d64e58c6797?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=60");
}