-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscrollbutton.css
More file actions
36 lines (36 loc) · 785 Bytes
/
scrollbutton.css
File metadata and controls
36 lines (36 loc) · 785 Bytes
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
.separator-type, .title-type, .intro-type, .content-type .intro-type p {
position: relative;
}
.parallax {
background-attachment: inherit !important;
}
.parallax {
background-attachment: inherit !important;
}
.parallax {
background-attachment: inherit !important;
background-repeat: repeat;
background-size: cover;
position: absolute;
top: 0px;
bottom: 0px;
width: 100%;
z-index: -10;
}
.ct-btn-scroll {
width: 49px;
height: 49px;
position: absolute;
bottom: 30px;
left: 0;
right: 0;
margin: auto;
padding-top: 500px;
z-index: 9;
border-radius: 50%;
-webkit-transition: background-color 0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
}
img, figure {
max-width: 100%;
}