LanceBPC
Coder
Hi,
I' was working on my website trying to add links at the bottom to my social media pages and it wouldn't show up on the mobile version of my website. Would I have to use some sort of media query for this?
Code:
I' was working on my website trying to add links at the bottom to my social media pages and it wouldn't show up on the mobile version of my website. Would I have to use some sort of media query for this?
Code:
HTML:
<div class="Twitter">
<a href="https://twitter.com/bobmyers" target="blank">
<img src="twitter.png" alt="Twitter" style="width: 50px; height: 52px; position: relative; top: 9px; left: 770px;">
</div>
Last edited by a moderator: