Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Sep 26, 2023
1 parent 27106a8 commit d88fd02
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/components/_arc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
);
transform: rotate(var(--rotate)) translate(var(--quarter), 0);
}
/*
<span style="
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%, -50%);
rotate: calc(var(--rotate) * -1 (queda horizontal) * 45 (queda stationary) * 90(queda tipo rayo bici) );
">play</span>
*/


5 changes: 4 additions & 1 deletion src/components/_ring.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@

.ring {
border: 0.1px solid var(--dark);
}
}


// add suborbit

0 comments on commit d88fd02

Please sign in to comment.