-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (48 loc) · 1.11 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
/*@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
.card {
position: absolute;
width: 360px;
height: 480px;
margin-top: 10%;
margin-left: 35%;
text-align: center;
font-family: 'cwTeXKai';
/* font-family: 'Great Vibes'; */
font-size: 60px;
word-wrap: break-word;
background: #cc0000;
perspective: 200px;
-webkit-transform-style: preserve-3d;
}
.title {
margin-top: 30%;
}
#c1{
z-index: 2;
box-shadow: -2px 4px 20px;
transform-origin: 0 100%;
}
.hovered, #c1:active {
background: #aa0000;
transition: all 1s ease-out;
/* transform: rotateY(-130deg); */
-webkit-transform: rotateY(-130deg);
-webkit-transform-style: preserve-3d;
box-shadow: 35px 4px 40px;
}
#c2 {
background: #cc0000;
box-shadow: -1px 2px 20px;
font-size: 40px;
}
#stamp {
width: 100px;
top: 100px;
z-index: 4;
}
.magic-bold {
background-clip: text;
color: transparent;
background-image: linear-gradient(79deg, #fff203, #ff03ab);
}