Positioning the Countdown and Numbers
.countdown { | |
position: relative; | |
display: block; | |
text-indent: -9999px; | |
overflow: hidden; | |
margin-left: 6px; | |
} | |
.numbers { | |
position: absolute; | |
top: 0; | |
left: 0; | |
text-align: center; | |
transition: 0.3s ease transform; | |
text-indent: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment