Design comparison
Solution retrospective
I noticed my project is not even, what can i do to make them stand equal, but it shows equal and normal on my browser. And also to correct any other errors. Thanks.
Community feedback
- @PeshwariNaanPosted over 2 years ago
Hi Victor - In order to progress past the point you are at you will need to start learning flex-box and grid to begin implementing responsive designs. There are tons of resources out there to learn from. This would be a good project to play around with the concepts as it's not very complex. Keep tabs like MDN ( https://developer.mozilla.org/en-US/docs/Web/CSS ) open while you write css until you get familiar with the important properties you will need (i.e. border-radius: 10px; etc..) It can be a little frustrating at first but you'll get there if you put in the time. Good luck.
0 - @Enmanuel-Otero-MontanoPosted over 2 years ago
Hello Victor! A couple of details.
Your solution doesn't look good on mobile. You should fix this by using media queries to make your layout adapt to the screen it's being viewed on.
On the other hand, you left some h tags without numbering, which is not correct, check the Frontendmentor report about your solution so you can see how it indicates it to you.
Keep practicing. Greetings.
0@victorebegbunaPosted over 2 years ago@Enmanuel-Otero-Montano Thanks for your response, the reason why I used the <h> tags was that I wanted to create a class for a particular text or group of text so I didn't know how to go about except to use the <h> tags without using <h1>. I would study further what's the best practice. Thanks.
0 - @correlucasPosted over 2 years ago
Hello Victor, I left you a comment in your challenge that you upload before this one with some info to fix your solution. Check it out and say me if works.
Check the link for your previous solution here: https://www.frontendmentor.io/solutions/project4-CAtnkVMhp3
0
Please log in to post a comment
Log in with GitHubJoin 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