I'd like to add this image in the middle of the div vertically, but it is on top. any ideas how to put this float left image in the middle of the div?
https://jsfiddle.net/2qcz5493/
.full_p{
width:100%;
height:80px;
line-height:80px;
text-align:left;
border:1px solid #000;
}
.full_p img{
float:left;
width:50px;
vertical-align:middle;
border-radius:50px;
}