Meta Problem Issue - doesnt scale for Iphones

58 views Asked by At

I'm all new to this I'm learning how to code and trying to make sure that the website is looking good on desktop and on the iPhone but doesn't seem like the viewport works and not sure what to change. Any help would be appreciated.

Website is: https://danielfww.github.io/Stuff/

and the code for meta I put is;

<!Doctype>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1 minimum-scale=1, userscalable="no" name="viewport">

I'm thinking maybe image is the problem but not sure myself I changed meta several times but I don't see any difference.

1

There are 1 answers

1
pooja devi On BEST ANSWER

Please use this code in your CSS file: h1 { width:100%; } Let me know if you are facing an issue.

Thank you.