Design comparison
SolutionDesign
Solution retrospective
Hi, Works fine excepted the background images that move to much on the X axe when I resize the page, any tips on that ? Thanks
Community feedback
- @0xabdulPosted over 1 year ago
Hello Developer well congrats on successfully completed the Workit landing page
- A Some suggestions for improve your code
- In Html π :
- HEADING β οΈ
- the heading level increase by one
- the html documents must be contained level of headings π
- We Do
- Ex :
<h1> </h1> <h2> </h2> <h3> </h3> <h4> </h4>
- We use the headings line by line or sequence
- Don't Do !
- Ex :
<h2> </h2> <h3> </h3> <h4> </h4> <h3> </h3>
- I Hope you find the solution and it's useful for you your Workit landing page project is great Happy Coding Developer
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