-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
109 lines (92 loc) · 2.51 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
* {
padding: 0px;
margin: 0px;
}
.st-emotion-cache-1avcm0n.ezrtsby2 {
visibility: hidden;
}
@keyframes gradientFlow {
0% {
background-size: 200% 200%;
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.st-emotion-cache-1dp5vir.ezrtsby1 {
visibility: visible;
height: 2.3px;
background-image: linear-gradient(90deg, rgb(0, 204, 255), rgb(98, 0, 255), rgba(0, 255, 179, 0.856));
z-index: 999990;
background-size: 200% 200%;
animation: gradientFlow 8s ease-in-out infinite;
}
.st-emotion-cache-6q9sum.ef3psqc4 {
visibility: visible ;
}
.viewerBadge_container__r5tak.styles_viewerBadge__CvC9N {
visibility: hidden;
}
.viewerBadge_link__qRIco {
visibility: hidden;
}
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
/*
svg {
font-family: "Russo One", sans-serif;
width: 100%;
@media (max-width: 600px) {
transform: translateY(1px);
}
}
svg text {
transform: translateY(2.5vw); /* Adjust translateY for default screens
animation: stroke 5s infinite alternate;
stroke-width: 0.2vw; /* Adjust stroke-width for default screens
stroke: rgba(0, 255, 179, 0.856);
font-size: 4.9vw; /* Default font size for larger screens */
/* Media Query for smaller screens (e.g., phones)
@media (max-width: 600px) {
margin-bottom: 0px;
transform: translateY(2vw); /* Adjust translateY for smaller screens
font-size: 8.8vw; /* Adjust font size for smaller screens
stroke-width: 0.4vw; /* Adjust stroke-width for smaller screens
}
/* Additional: Set a max-width for extremely large screens
@media (min-width: 1200px) {
max-width: 1200px; /* Adjust the value as needed
}
}
@keyframes stroke {
0% {
fill: rgb(255, 255, 255);
stroke: rgb(255, 255, 255);
stroke-dashoffset: 25%;
stroke-dasharray: 0 50%;
stroke-width: 0.5;
}
50% {
fill: rgba(0, 255, 255, 0.856);
stroke: rgb(255, 255, 255);
stroke-width: 0.5;
}
80% {
fill: rgb(47, 51, 247);
stroke: rgb(255, 255, 255);
stroke-width: 0.5;
}
100% {
fill: linear-gradient(to right, rgb(47, 51, 247), rgb(255, 255, 255));
stroke: rgb(255, 255, 255);
stroke-dashoffset: -25%;
stroke-dasharray: 50% 0;
stroke-width: 0.5;
}
}
.st-au {
background-color: rgb(52 140 243 / 60%);
}