Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Proton-number authored Oct 3, 2023
1 parent 47cc599 commit dd9f9ea
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/components/Advice.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ body{
border-radius:22px;
}

.spinner {
width: 56px;
height: 56px;
border-radius: 50%;
padding: 1.1px;
background: conic-gradient(#0000 10%,#24268b) content-box;
-webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 calc(100% - 9px));
-webkit-mask-composite: destination-in;
mask-composite: intersect;
animation: spinner-d55elj 1s infinite steps(10);
}

@keyframes spinner-d55elj {
to {
transform: rotate(1turn);
}
}

.words {
margin-bottom: 23px;
}
Expand Down

0 comments on commit dd9f9ea

Please sign in to comment.