forked from TheMaxium69/Artomyx-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (58 loc) · 1.03 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
64
body {
width: 100%;
min-height: 100vh;
overflow: hidden;
margin: 0;
background:
linear-gradient(to bottom, transparent, rgba(0,0,0,.5)),
#efefef;
perspective:200vw;
}
#single_div {
width: 100%;
max-width: 500px;
aspect-ratio: 1 / 1;
position: relative;
background-image: url('assets/back.png');
background-size: 100% 100%;
overflow: hidden;
box-shadow: 0 10px 20px rgba(0,0,0,.25);
cursor: pointer;
margin: 1rem auto;
}
#single_div img {
position: absolute;
width: 100%;
}
.devin {
transform-origin: 50% 0%;
filter: drop-shadow(0px 5px 5px rgba(0,0,0,.25));
}
.shimmer {
mix-blend-mode: overlay;
top: 45%;
transform: skewY(-2deg);
opacity: .75;
}
a {
color: mediumseagreen;
}
.shopReturns {
color: #333;
font-family: system-ui;
text-align: center;
width: 100%;
margin: 3rem auto;
padding-inline-start: 0px;
z-index: 100;
text-align: center;
}
.shopReturns li {
list-style: none;
display: inline-block;
margin: 20px;
}
.shopReturns img {
height: 50px;
max-width: 175px;
}