viewport not set text to small to read clickable elements
clickable elements too close to together
<p style="font-size:30px">This is a paragraph.</p>
<p style="font-size:30px">
<a href="https://varickny.com/child target=_blank">crypto currency</a>
<a href="https://varickny.com/health target=_blank">lifestyle</a>
<a href="https://varickny.com/feeding target=_blank">fintech</a>
<a href="https://varickny.com/bath target=_blank">beauty health</a>
</p>
used this in between all links to fix this
view port not set
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<p style="font-size:30px">
at top pf HTML file
and </p>
at the end of HTML file
Comments
Post a Comment