@Sam-a-lotSubmitted almost 4 years ago
In the first attempt, I didn't use Grid or Flexbox, nor did I have any idea how to make the page responsive for mobile. Hope I got a little closer to the design now.
Questions I came up with:
- I read somewhere that I should start with the mobile design and work up to desktop from there. True? I have a feeling I bloated the css by starting with desktop.
- If I had to do it again, I think I'd rather put the footer in a .footer div instead of using the html tag <footer> to make placement in the grid easier. Good idea or not recommended due to the semantic function of <footer>?