Design comparison
SolutionDesign
Solution retrospective
just a revised solution.....
Community feedback
- @denieldenPosted almost 3 years ago
Hi Martin, great work !
For fix position of top image in the background just put more specific background properties:
background: url("../img/pattern-background-desktop.svg") no-repeat top center; background-size: contain; background-color: #e0e8ff;
Hope this help ;)
Marked as helpful0 - @NaveenGumastePosted almost 3 years ago
Hay ! Good Job Martin
These below mentioned tricks will help you remove any Accessibility Issues
-> Add
Main
tag after body like it should be your container. For 1st heading orh1
tag, use header tag and then inside the header put yourh1
orh2
etc . But use header tag only once in main heading element.-> Always use h1 first and then h2, h3 and so on
Keep up the good work!
0
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