.i { color: #fff; font-size: 35px; margin: 15px 15px 0 15px; transition: 0.2s; transition-property: color, transform; } i:hover { color: #FF5733; transform: scale(1.3); }