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;
|
||||
width: 1222px;
|
||||
}
|
||||
|
||||
.words::before {
|
||||
position: absolute;
|
||||
left: -100%;
|
||||
content: attr(data-text);
|
||||
}
|
||||
.words {
|
||||
position: relative;
|
||||
width: fit-content;
|
||||
animation: move 4s linear infinite;
|
||||
padding-left: 50px;
|
||||
animation: move 8s linear infinite;
|
||||
font-weight: bolder;
|
||||
opacity: 0.7;
|
||||
}
|
||||
.words::after {
|
||||
position: absolute;
|
||||
|
Loading…
x
Reference in New Issue
Block a user