Design comparison
Community feedback
- @ImerzionPosted 6 months ago
Hi @RaulTindogan,
Overall, your solution looks great. At a glance, the only issue that I can see looking at the generated screenshot is that your heading doesn't span on two lines as per the design.
This could have been achieved by simply adding a
<br />
tag via the HTML. Otherwise, as far as I can tell (fairly new to coding) your solution looks great!Happy coding!
~ Imerzion
1@RaulTindoganPosted 6 months agoHello @Imerzion! I forgot to add block style to the span element inside the h1.I will be using display: block on span element.
<br />
is okay too but I am not used too using it to put element to a new line. Thank you and have a great day!0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord