Just don’t look at my code because I haven’t cleaned it up yet lol
https://codepen.io/Jelliebeans/full/LYVreaZ
edited to add that I didn’t make it readable on a mobile phone . Any help with that would be nice as well
Just don’t look at my code because I haven’t cleaned it up yet lol
https://codepen.io/Jelliebeans/full/LYVreaZ
edited to add that I didn’t make it readable on a mobile phone . Any help with that would be nice as well
You may fix the relative position of the video.
If you scale your page, the video position is moving.
Hi @jellie! Your page looks great on desktop, but as you said, it really falls apart on a mobile screen.
One of the ways to deal with this is to use percentages instead of pixels. Also, consider putting your styles in the CSS box; it will make it easier to read your HTML.
And you should consider making the disclaimer text a bit smaller. It looks a bit awkward so large. You should also add a background to your navbar. It is hard to see when you start moving through the page.
Also, I’m not sure why but none of the pictures showed up on my computer.
But like I said, the page looks pretty good in desktop view. Keep up the good work.
@montanio19 Thank you so much for this feedback!! I will go and fix that
@Code_Camper this is so helpful!! I truly appreciate each point that was made and will work on each one- thank you!
Hi @jellie, some things to revisit;
<body> </body>
tags in HTML. (No need to include the body tags). For anything you want to add to <head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.