Fylo dark theme landing page using HTML, CSS, JS

Solution retrospective
Once again I had difficulty with the background image - I ended up having to move it to a different section from mobile to tablet/desktop view to get it to sit right, which I feel this probably wasn't the best way to do this. All feedback welcome :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MojtabaMosavi
Look at the following things:
1- Try to consistantly use relative units such as ems or rems because the give better performance when user adjusts their default font-size or zooms, I personally use em for media queries and rems for margin, padding and fontsizes.
2- A alternative way to implement the footer would be to make the container a ul and each col an li.
3- Regarding the background-images, you could also use pseudo elements to implement it.
Keep coding :=)
- @Dodger23
I have the same problem, I ended up putting the background in "before" of the header.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord