diff --git a/src/App.css b/src/App.css index cc878be..31cb7a6 100644 --- a/src/App.css +++ b/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;