Icons( A href tags) not displaying in row direction(horizontal line) – CSS
Please why do my icons not arrange in a row despite the div property set to flex. Also note that the icons are embedded in a tags. Here is the code in HTML <div class="social-media"> <a href="#"><i class='bx bxl-twitter'></i></a> <a…