Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Created February 21, 2019 18:19
Show Gist options
  • Save alvinwan/4bdaecd14fce62e80e584e25dad4192e to your computer and use it in GitHub Desktop.
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
.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