forked from stravo1/xavotsav-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
51 lines (49 loc) · 776 Bytes
/
styles.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
.opacity-40 {
opacity: 40%;
}
.mobile {
height: auto !important;
}
.screen {
height: 100vh;
}
.p-3rem {
padding: 3rem;
}
.mt-2rem {
margin-top: 2rem;
}
.mb-15p{
margin-bottom: 15%;
}
.infinite-anim {
width: calc(100vw - 6rem);
transition: all;
transition-duration: 1s;
opacity: 1;
}
.holder {
width: 50vw;
height: 50vw;
background-color: white;
opacity: 30%;
border-radius: 5px;
}
button {
border: none;
font-family: "Yeseva One", sans-serif;
font-size: 18px;
/* font-weight: bold; */
background: rgba(255, 255, 255, 0.4);
padding: 0.65rem 0.75rem;
color: white;
margin-top: 1rem;
border-radius: 5px;
}
.scroll-container {
scroll-snap-type: y mandatory;
overflow-x: scroll;
}
.scroll-item {
scroll-snap-align: center;
}