<!DOCTYPE html>
<head>
    <title>Icons 5D</title>
 <meta charset="UTF-8">
</head>
<body>
    <div id="box">
    <div class="eface">[:]</div>
    <div class="eface">{:]</div>
    <div class="eface">{:}</div>
    <div class="eface">{:0</div>
    <div class="eface">(:)</div>
    <div class="eface">{:)</div>
    <div class="eface">(:[</div>
    <div class="eface">{:{</div>
    <div class="eface">{:(</div>
    <div class="eface">[:}</div>
    </div>
</body>
</html>
*{
    padding: 0;
    margin: 0;
}

body{
    height: 100vh;
    background: #EEEEEE;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    user-select: none;
}

#box{
    max-width: max-content;
    max-height: max-content;
    background: transparent;
    display: flex;
}

#box .eface:nth-child(1){
    transform:translateY(0px) rotate(70deg);
    font-size: 90px;
}

#box .eface:hover{
    transition: 3s;
}

#box .eface{
    background: transparent;
    color: #838383;
  transform: translateY(300px);
    margin-right: 40px;
    margin-left: 30px;
    margin-top:300px;
    overflow: hidden;
}

#box .eface:nth-child(1):hover{
    font-size: 90px;
    background: linear-gradient(to right,#1E30D3, #1E95D3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .6s;
}
#box .eface:nth-child(2){
    transform: rotate(150deg) translate(-50px,80px) ;
    font-size: 75px;
}

#box .eface:nth-child(2):hover{
    background: linear-gradient(to right,#E93F3F , #E9733F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#box .eface:nth-child(3){
    transform:translateY(50px) rotate(110deg);
    font-size: 4rem;
}

#box .eface:nth-child(3):hover{
    background: linear-gradient(129deg,#6DE93F , #0EC188);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#box .eface:nth-child(4){
    transform:translateY(-90px) rotate(60deg);
    font-size: 72px;
}
#box .eface:nth-child(4):hover{
    transform:translateY(-90px) rotate(60deg);
    background: linear-gradient(to right,#0E93C1 , #410EC1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 72px;
}
#box .eface:nth-child(5){
    transform:translateY(130px) rotate(210deg);
    font-size: 76px;
}

#box .eface:nth-child(5):hover{
    transform:translateY(130px) rotate(210deg);
    background: linear-gradient(to right,#51CDB3 , #5DCD51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform:translateY(130px) rotate(210deg);
    font-size: 76px;
}
#box .eface:nth-child(6){
    transform:translateY(-170px) rotate(30deg);
    font-size: 75px;
}

#box .eface:nth-child(6):hover{
    transform:translateY(-170px) rotate(30deg);
    background: linear-gradient(to right,#6F51CD , #51CDB3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
}
#box .eface:nth-child(7){
    transform:translateY(70px) rotate(120deg);
    font-size: 75px;
}

#box .eface:nth-child(7):hover{
    background: linear-gradient(to right,#D735E9 , #E935CE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
}
#box .eface:nth-child(8){
    transform:translateY(-30px) rotate(110deg);
    font-size: 75px;
}

#box .eface:nth-child(8):hover{
    background: linear-gradient(to right,#3576E9 , #5A86D3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
}
#box .eface:nth-child(9){
    transform:translateY(150px) rotate(120deg);
    font-size: 75px;
}

#box .eface:nth-child(9):hover{
    background: linear-gradient(to right,#4FEB5C , #39CF1F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
}

#box .eface:nth-child(10){
    transform:translateY(-150px) rotate(140deg);
    font-size: 75px;
}

#box .eface:nth-child(10):hover{
    background: linear-gradient(to right,#ECDA56 , #EC6956);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 3s;
    font-size: 75px;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.