fix bugs
This commit is contained in:
parent
fd39cf5118
commit
65e4578c5c
11
src/App.css
11
src/App.css
@ -1327,12 +1327,17 @@
|
|||||||
top: 99px;
|
top: 99px;
|
||||||
width: 1222px;
|
width: 1222px;
|
||||||
}
|
}
|
||||||
|
.words::before {
|
||||||
|
position: absolute;
|
||||||
|
left: -100%;
|
||||||
|
content: attr(data-text);
|
||||||
|
}
|
||||||
.words {
|
.words {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
animation: move 4s linear infinite;
|
animation: move 8s linear infinite;
|
||||||
padding-left: 50px;
|
font-weight: bolder;
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
.words::after {
|
.words::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user