Leonard Appelgryn
@KaptainCS3All comments
- @Chetana-047@KaptainCS3
In order to color the images use background-repeat: no-repeat; top: 0; background-blend-mode: multiply; background: hsl(277, 64%, 61%); hope this helps you
- @Candyfair@KaptainCS3
Congrats on completing this challenge but your approach was not really good To resolve the accessibility issues -Use a main tag to wrap you content instead of div boxes
- Use paragraph, heading element to represent your content flow ! Div -Use footer element to represent the author of the design Hope this was useful and Happy coding to your next exercise
Marked as helpful - @jhan117@KaptainCS3
Cool bro keep up ** resolve you accessibility issues ** Use and H1 and reduce the font size that should solve the first issues Use a footer element rather than address this should resolve all your issues. Happy coding
- @KaptainCS3@KaptainCS3
Accessibility issues All page content should be contained by landmarks What does this mean?
- @faustocalvinio@KaptainCS3
hey bro good approach but wrap all you elements into a main container
Marked as helpful - @Hersonmei@KaptainCS3
hey sir please with approach did you use flex box or grid
- @KaptainCS3@KaptainCS3
please I need help when hosting my exercise on codepen.io, I see my solution appearing differently from others who have posted their own solutions
- @Hersonmei@KaptainCS3
Good job bro Concerning the bold issues you had with your code, also go through the sample style guide it help me alot. I go suck figuring out color just by look at the design, but when I discovered the style guide it became more easier.
Marked as helpful