Could someone please help me out? I am new to this and can't seem to figure out what's wrong. The phone icon seems to be hidden behind a white background. Everything else looks fine, but I really want the icon to be in the front with a border and some color.
.phone-icon {
width: 15px;
height: 15px;
background-color: white;
border-radius: 15%;
margin-right: 3px;
padding: 8px;
vertical-align: middle;
}
<img class="phone-icon"
alt="Phone number"
src="images/phone.png">
</img>
<span class="phone-number">
+00 12 34 56 789
</span>