I’m going to work through the Responsive section of the coursework again because it just didn’t click, but I was wondering if I could get some suggestions.
I’m trying to get some extra practice in by working on building a very basic website as a surprise for my friend’s wedding, but I noticed that when I reduce the width of the browser, the H1 elements go up and off the page, and the form aligns weirdly.
I’m also having trouble with the margin or padding being off on the header on the RSVP website. There’s about 5 pixels on the top-left that doesn’t want to work unless is put a margin: -5px; there, but I don’t know what’s causing it to show up there in the first place.
The RSVP page loaded differently in CodePen than how I have it locally. The content is centered and not all the way up at the top in my local save.
P.S. The background images work on my local file, but I don’t feel like linking them in here since I would have to find the website that they are hosted in again, so please bear that no mind.
I’ll change the CSS for the main element in my local file and Codepen I’m back at my computer and see how it goes.
I’m trying to figure out the mobile-first method so that I can use that for my next project.
I might just move my current CSS file to another folder and start from scratch with the mobile-first method in this project as well.