Position change effect once hover on the div

  • 0

Include below css in your stylesheet for hover for the div:

.form_social img:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
top: -10px;
}
.form_social img {
width: 32px;
margin-top: 3px;
}

Include below css in your stylesheet for hover for the div: .form_social img:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); top: -10px; } .form_social img { width: 32px; margin-top: 3px; }

Include below css in your stylesheet for hover for the div: .form_social img:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); top: -10px; } .form_social img { width: 32px; margin-top: 3px; }