
Solution retrospective
First time in months that I touched basic CSS and HTML since I've been learning backend and React. Took about 7 hours, which is 5 hours longer than I thought, I had to have a lot of reminders but it was good practice. Getting the plus buttons to the right took longer than I want to admit, as well as getting the keys to navigate the questions.
Looking for any feedback on my CSS and Javascript code!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Deanogit
Hi @tbeagle2,
Great job submitting this solution
I was just taking a look at your code and found something you might be interested in, really small details, but thought I'd share them
In the
<body></body>
element, its best practice to include a<main></main>
element for screen readers and accessibility, the first ´<div></div> could be swapped for<main></main>
And just a couple of tiny detail in your CSS,
- to add a
cursor: pointer;
to the.question:hover
- adjust the media query around the >400px width to allow more space for the text
All said, it's looking great
Marked as helpful - to add a
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