I have this and I want to make a cube with HTML & CSS only like in the above image. My best try:
Use the following css for .square3:
.square3
.square3{ width:110px; height:110px; background:#c52329; float:left; transform: rotate(45deg) skew(-15deg, -15deg); position: absolute; left: 46px; top: -42px; }