Skip to content

Commit

Permalink
awesomle
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Aug 22, 2023
1 parent 83f98e1 commit fad3721
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/components/Counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
animation: blink 1s linear infinite;
}

.Counter_stars {
position: absolute;
left: 50%;
margin-left: -100px;
top: -30px;
}
@keyframes blink {
0% {
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Counter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export const Counter = () => {
</div>
</div>
</div>
<div className="position-absolute">
<div className="Counter_stars">
<Lottie
width={300}
width={200}
options={{
loop: true,
autoplay: false,
Expand Down

0 comments on commit fad3721

Please sign in to comment.