there is two html element inside of a
li element and I need to put these two in same line,
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<li class="linkedin">
<i class="fa fa-linkedin"></i>
<a href="#" target="_blank">https://www.linkedin.com/in/mehmet-yener-yilmaz-
833a07101/</a>
</li>
sive, I need some css tricks to handle it efficiently
edited: i tried this and some others like it but cant resolve my issue