Latest solutions
Latest comments
- @fatyga@22Theresecodes
Hi Michael, welldone on completing the challenge.
- For this particular challenge, you don't need the <br> tag, you can achieve the text effect with margins, widths, font-sizing, etc.
- For margins, padding and width, the em or rem is preferred when you need the size to be relative to the parent element's font size. the px is used when you are aiming at a fixed size.
Read more here: https://elementor.com/help/whats-the-difference-between-px-em-rem-vw-and-vh/#:~:text=PX%20units%20ensure%20consistent%20results,its%20parent's%20size%2C%20use%20EM.
- @prabh234@22Theresecodes
Hello there 👋. Good job!
To clear the Accessibility report:
I'd advise you wrap the page's whole main content in the <main> tag. Happy coding!
- @Finney06@22Theresecodes
I haven't tried this challenge but I know the Z-index property is used for overlapping, you can try it and see if the blue section will "flow" into the white section.
Marked as helpful - @iceberg61@22Theresecodes
Hello there 👋. Congratulation for completing the challenge👍!
I have some suggestions that will make your code better.
CSS 🎨:
Avoid using absolute length units px, especially for font-size and width properties, because they are not relative to anything else so that means they will always be the same size. Instead, you can use relative lengths like em or rem. The benefit of that last one is element which has that unit will scale relatively to everything else within the page, e.g., the parent container. You can research more about it.
I hope you find it useful! 😄 Above all, you did a good job!
Marked as helpful - @LillianJoyce@22Theresecodes
Something is wrong, we can't see your work, check it properly and submit again.