Design comparison
SolutionDesign
Solution retrospective
What is the 'standard operating procedure' to follow when starting any new coding challenge?
Community feedback
- @zbosecPosted over 2 years ago
Mine workflow is this:
- Set up git repository
- Read style-guide.md
- Get a good look at the design. Is the desktop design different than mobile ? If it is , how will I setup HTML so it works for both designs ?
- Write all HTML
- Write CSS ( get used to use one of the CSS resets , I use https://piccalil.li/blog/a-modern-css-reset/ there is explanation on the page for all the code in the reset)
Marked as helpful1@irshadirfanahPosted over 2 years ago@zbosec Thank you very much for this!
0 - @mubizzyPosted over 2 years ago
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
2. it is a best practice to use both HTML 5 and ARIA landmarks to ensure all content is contained within a navigational region.
Hope it helps:)...don't forget to mark it as helpful 👍
You can get more details here...click here
0 - wrap everything in your body in
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