I'm attempting to create a website (the first one I've ever designed) dedicated to my girlfriend's cat. However, when viewed on a mobile device, it doesn't look good. I've made an effort to adjust the meta viewport tag, but it doesn't seem to be improving the display.
Forgive me if my code appears messy - this is my initial experience with CSS.
I inserted the meta tag (
<meta name="viewport" content="width=device-width content="width="device-width, initial-scale=1">
) with the idea that it might resolve any resizing or scaling problems, but it doesn't appear to be the solution.