Design comparison
SolutionDesign
Solution retrospective
any comment will be recieved
Community feedback
- @HassiaiPosted almost 2 years ago
Replace <div class="main"> with the main tag and <div class="attribution"> with the footer tag to fix the accessibility issues. replace all the <ul> with a div tag to fix the error issue. click here for more on web-accessibility
For the color of the image, give .headerimg a background-color of soft violet and add mix-blend-mode: multiply and opacity of 0.8 and display: block to the img
Use rem and em as unit for the paddings, margins, width and font-size. For more on CSS unit click here
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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