Created
November 30, 2018 15:27
-
-
Save jefBinomed/66cf7f273d67641e7ffe6e016a50f35e to your computer and use it in GitHub Desktop.
2018-countdown-css-v0
This file contains 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
// Parent container | |
.conteneur{ | |
... | |
perspective : 500px; | |
} | |
// Numbers (left column) | |
.min.chiffre{ | |
top: 280px; | |
left: 132px; | |
transform : rotateY(73deg); | |
} | |
// Units (right column) | |
.min.unit{ | |
top: 286px; | |
left: 241px; | |
transform: rotateY(-47deg) rotateZ(-11deg) rotateX(11deg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment