1.icon { 2 margin: "0 2.5px"; 3 cursor: pointer; 4 transition: 0.1s; 5} 6 7.icon:hover { 8 transform: scale(1.1); 9} 10 11