Responsive Landing Page Using CSS Flex Box

Solution retrospective
I would potentially use CSS grid next time.
What challenges did you encounter, and how did you overcome them?I kept getting this error in the terminal when I was trying to set up Github in the project:
error: src refspec main does not match any error: failed to push some refs to'https://github.com/cocoelizabeth/frontendmentor-qr-component.git'
I fixed it by:
- I initiated git with an empty folder and then moved the project files into the folder after Git was initiated
- I set my default project branch name to 'main' instead of 'master'
None
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Natentado
Nice Layout, i missed the shadow, only thing is try to be more semantic on the html like using the img tag to display images.
Marked as helpful
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