Why does the “Hello” in codepen look different from the “Hello” in vscode? I copy and pasted the same exact html, css, and js.
Also, can someone help me make my portfolio website responsive. Right now it only looks good full screen, when it is shrunk to other sizes everything looks off. I have watched videos about @media{} and tried using it to fix my issues but I am still struggling to make the entire website responsive to any size
Where media queries are concerned, I REALLY struggled with these when learning.
It can take time for your brain to sort through everything your learning before you get the eureka moment.
I got through it by building really small things.
Once I could have the background colour change as I changed the width, I was able to add more from there, such as changing the text size, having a div display at the top for one width and on the side for anoth width.
Now I really enjoy using media queries
If you make a prototype of your layout, you might find it easer to see the steps you need to take to make it work.