- 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
@AmiyahayadevAll comments
- @JustWaveThingsSubmitted almost 2 years ago@AmiyahayadevPosted almost 2 years ago
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 helpsMarked as helpful0 - @abandonedwaffleSubmitted about 2 years ago
What should one do learn Flexbox properly? I am still not very comfortable with using Flexbox and media queries.
@AmiyahayadevPosted about 2 years agoYour 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 helpful1