Created
February 21, 2019 18:19
-
-
Save alvinwan/4bdaecd14fce62e80e584e25dad4192e to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Cube Example, Style 3
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
.face { | |
width:100%; | |
height:100%; | |
position:absolute; | |
background-color:rgba(3, 121, 255, 0.5); | |
color:#FFF; | |
line-height:10em; | |
text-align:center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment