
Solution retrospective
I am proud of using my CSS knowledge to align the card and its elements in the middle of the screen. I am unsure what I would do differently next time, but as I continue learning CSS, I can probably achieve the card design using fewer elements.
What challenges did you encounter, and how did you overcome them?N/A
What specific areas of your project would you like help with?I am open to any criticism.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdelineSey
Your finished project looks great! I looked over your code and everything seems well thought out and planned. If I had to make one suggestion, make a separate stylesheet (style.css) so that way your HTML and CSS code each have their own spot. I've found it makes my code a lot easier to read, especially from someone else's perspective. If you ever want to notate different sections, adding comments is easy and helpful. HTML comments are formatted <!-- Example Text --> and CSS comments are formatted /* Example Text */. Great job!
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