htmlcssimageviewport

Meta Problem Issue - doesnt scale for Iphones


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.


Solution

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

    Thank you.