This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--track-width: 60px; | |
--track-height: 30px; | |
--track-border-radius: 20px; | |
--switch-width: 25px; | |
--switch-height: 25px; | |
--switch-position-top: 2.5px; | |
--switch-position: 4px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { | |
position: relative; | |
width: 300px; | |
height: 360px; | |
margin: 20px auto; | |
} | |
.card { | |
perspective: 1500px; | |
width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div { | |
width: 6ch; | |
white-space: nowrap; | |
overflow: hidden; | |
animation: typing 2s steps(6), | |
cursor 2s; | |
border-right: 3px solid black; | |
font-size: 40px; | |
margin: 20px auto; | |
} |
OlderNewer