Answer the question
In order to leave comments, you need to log in
How to make a background for icons?
Can you please tell me how to make such a background for icons?
<div class="user-nav">
<a class="user-nav__link user-nav__link--serch" style="background-image: url(images/icons/iconf1.png);" href="#">
<img class="user-nav__img" src="images/icons/icon.png" alt="user btn">
</a>
<a class="user-nav__link user-nav__link--liked" href="#">
<img class="user-nav__img" src="images/icons/liked.png" alt="user btn">
<span class="user-nav__num">0</span>
</a>
<a class="user-nav__link user-nav__link--basket" href="#">
<img class="user-nav__img" src="images/icons/basket.png" alt="user btn">
<span class="user-nav__num">0</span>
</a>
<a class="user-nav__link user-nav__link--other" style="background-image: url(images/icons/iconf4.png);" href="#">
<img class="user-nav__img" src="images/icons/other.png" alt="user btn">
</a>
</div>
Answer the question
In order to leave comments, you need to log in
.user-nav a {
background-color:#EDF1F4;
border-radius: 50px
width: 100px
height: 100px;
margin: 0px 5px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question