Answer the question
In order to leave comments, you need to log in
How to insert an icon in front of the text?
<nav class="cl-effect-15">
<a href="https://vk.com/id294237226" data-hover="4MEGA.PRO-Качественная реклама в нового поколения">Качественная реклама в нового поколения</a>
Answer the question
In order to leave comments, you need to log in
The category has many subcategories. The subcategory has many products.
With has_many :through
I hope you understand) https://fortawesome.github.io/Font-Awesome/icons/
....
<nav class="cl-effect-15">
<img src="path/icon.png"><a href="https://vk.com/id294237226" data-hover="4MEGA.PRO-Качественная реклама в нового поколения">Качественная реклама в нового поколения</a>
<style>
.i {
background-image:url(https://laravel.ru/favicon.ico);
width:16px;
height:16px;
display:inline-block;
vertical-align:bottom;
}
</style>
<a class="laravel-icon" href="#">Test</a>
.laravel-icon {
background:url(https://laravel.ru/favicon.ico) no-repeat left center;
background-size: 16px;
display:inline-block;
vertical-align:bottom;
padding-left: 25px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question