Spaces:
Sleeping
Sleeping
Commit
·
c814e4f
1
Parent(s):
ec74b60
Update static/CSS/style.css
Browse files- static/CSS/style.css +11 -0
static/CSS/style.css
CHANGED
@@ -82,6 +82,17 @@ html {
|
|
82 |
animation: blink 2s;
|
83 |
animation-iteration-count: infinite;
|
84 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
@keyframes blink {
|
86 |
0% {
|
87 |
opacity: 1;
|
|
|
82 |
animation: blink 2s;
|
83 |
animation-iteration-count: infinite;
|
84 |
}
|
85 |
+
.levimg {
|
86 |
+
transform: translate(-22%, 70%);
|
87 |
+
animation: blink 2s;
|
88 |
+
animation-iteration-count: infinite;
|
89 |
+
}
|
90 |
+
|
91 |
+
.levtext{
|
92 |
+
transform: translate(-40%, -200%);
|
93 |
+
/* text-align: center; */
|
94 |
+
|
95 |
+
}
|
96 |
@keyframes blink {
|
97 |
0% {
|
98 |
opacity: 1;
|