Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
To see what I can improve and optimize in my code. This is one of my very first HTML & CSS projects, so... I think my CSS is quite disorganized; it gets confusing sometimes.
What challenges did you encounter, and how did you overcome them?I encountered more responsiveness issues, like with my link buttons, some background sizes, etc.
What specific areas of your project would you like help with?I learned more about size properties like px, em, rem, etc. I will try next time to focus more on responsive CSS; it's my biggest problem.
Community feedback
- @gilotinPosted 5 days ago
- If we assume that this a website and this card is used to navigate you in the website, you shouldn't use target="_blank" . This is used for external links with some other attributes.
- Suggesting you to not neglect HTML syntax, it's important. Don't use only divs.
- About CSS I'm suggesting you to try Kevin Powell's videos on YouTube and maybe his free course for responsive layout. Learn About css specificity and name everything you are about to change with css, it's will be easier to maintain.
Marked as helpful0
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