Isometric Icon Nav Bar

PHOTO EMBED

Mon Mar 08 2021 20:24:00 GMT+0000 (Coordinated Universal Time)

Saved by @randomize_first #css

// Thanks to https://dtransforms.desandro.com/box

​
3
body {

  display: flex;

  height: 0vh;

  justify-content: center;

  align-items: center;

  background: #f2f2f2;

}
10
​

.icon-list {

  display: flex;

  list-style-type: none;

  transform-style: preserve-3d;

  transform: rotateX(50deg) rotateZ(50deg);

​

  .icon-list__item {

    a {
content_copyCOPY

https://codepen.io/alphardex/pen/YzPKENd