Design comparison
SolutionDesign
Solution retrospective
This is my second mini project so I would really appreciate any feedbacks for improvement. Thanks
Community feedback
- @Zy8712Posted 12 months ago
Hi Jim! Your site looks great! Some suggestions I have for you are:
- using a
<main>
tags to wrap around the main contents of your page, this is for accessibility purposes - using header tags such as
<h1>
and<h2>
, for titles such as !Your Results" and "Summary". This is also for accesibility purposes as well as screen readers will scan for these types of tags and treat them differently as opposed to text just in<div>
tags or<p>
tags
Hope you find this feedback useful!
Marked as helpful1@JimTK16Posted 12 months ago@Zy8712 Hi, thanks for the feedback. I have updated my code per your suggestions.
Cheers
0 - using a
- @danielmrz-devPosted 12 months ago
Hello, Jim!
Your project looks nice!
I have one suggestion:
- On the desktop version, you can place your card in the middle of the page doing this:
body { height: 100vh; display: flex; align-items: center; justify-content: center; }
I hope it helps!
Other than that! It looks great!
Marked as helpful1
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