HTML5, CSS3

Solution retrospective
I noticed that in the original image of the challenge, in the color part -> #0c1729, there are some broken parts, does anyone know how I do this with CSS? I couldn't find anything relevant.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
To avoid accessibility issues in the future, have at least one h1 in your code, start your headings with h1 and move up by one level each time
Good job! :)
Marked as helpful - @Fernando0654
Where using
height: 100vh
, I recommend to you usingmin-height: 100vh
. That way, if content is too large, thebackground-color
property won't get overflowingHope this is helpful, man! ♧
Marked as helpful - @al3xback
Hi Wildmarks,
I see that the color (#0c1729) is not working cos it's overridden by children's background-color (#15273f) on class
contentContainer
.The css concept is actually each children can overwrite/change the inherit value from the parent.
Marked as helpful
Join 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