Latest solutions
Reusable accessible form with semantic HTML5 and CSS3
#accessibilitySubmitted about 1 year agoJavascript form validation
Latest comments
- @JustWaveThings@Amiyahayadev
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 helpful - @abandonedwaffle@Amiyahayadev
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