Design comparison
Community feedback
- @techyjcPosted 11 months ago
Glad you got it fixed. You did a nice job. Is there any particular reason you styled some of the elements locally using the style attribute over using selectors in the style sheet?
You could add
line-height: 1.5;
for the text to space the lines more. You could also use font-family and font-size to help match the design. You can get the recommended font from google fonts and copy and paste the link and the css entries from the site.Using the
<br>
element is ok for this but I would recommend avoiding the <br> tag when designing responsive layouts. It's better for the text to flow and break in relation to the container size.Hope this helps.
0 - @techyjcPosted 11 months ago
@AhmedMohamedRefaay I think you put in the wrong link to your published Github page as the preview screenshot is incorrect.
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