Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @fatyga

    Submitted

    Hi! This is my first challenge. I find this website useful to refresh and improve my knowledge and skills. Also I'm curious about few things:

    • Is <br> tag is a good way to break line in headers and paragraphs in this particular case and at all or I should achieve this by using margins, widths, font-sizing etc.?

    • In order to get identical result, I used transform: scale() on text. Is it a good practice?

    • Which relative unit should I use for margins and paddings?

    Thank you in advance for your help.

    @22Theresecodes

    Posted

    Hi Michael, welldone on completing the challenge.

    1. For this particular challenge, you don't need the <br> tag, you can achieve the text effect with margins, widths, font-sizing, etc.
    2. 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.

    1
  • @22Theresecodes

    Posted

    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!

    0
  • Finney 3,030

    @Finney06

    Submitted

    Hello community, please help me out with the white section part of the design, I've been trying to make the blue section flow into the white section. Anyway I could go about it...?

    @22Theresecodes

    Posted

    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

    1
  • Godstime 330

    @iceberg61

    Submitted

    well nothing was hard during the project. it was fun making it

    @22Theresecodes

    Posted

    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

    1
  • @22Theresecodes

    Posted

    Something is wrong, we can't see your work, check it properly and submit again.

    0