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

  • Wave 100

    @JustWaveThings

    Submitted

    • How to get the heading text to break on "front-end" consistently without a <br> tag? I sacrificed matching the ending word to make the margins match.
    Ms Amina 70

    @Amiyahayadev

    Posted

    Hello Wave, good job on getting this far! 1.) Regarding your question, You can add a left & right padding to the text , try adjusting the value until it wraps the way you expect. 2.) Although you need to improve the Accessibility Considerations of your Solution. For Example: The heading “Improve your front end skills…” as you wrote <p>Improve your front-end skills by building projects</p> Should be inside a heading Tag : e.g < h1></h1> , this will require you to reduce the font-size to match the Solution. Remember to use rem unit for all fonts. Hope This helps

    Marked as helpful

    0
  • Ms Amina 70

    @Amiyahayadev

    Posted

    Your solution looks good, for best practice , use heading tags <h1>....to<h6> for any heading. try increasing the font-weight of the main heading by using a h2 or h3 instead of adding the text directly into a div. For flexbox, i found this game very helpful and i really recommend , https://flexboxfroggy.com/

    Marked as helpful

    1