// 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 {