Design comparison
SolutionDesign
Community feedback
- @BlackpachamamePosted 10 months ago
Greetings! you have done a great job š
š Some suggestions
- To improve the semantics of your HTML, you can change your
<div class="attribution">
to a<footer class="attribution">
- You could add a
max-width
to yourmain
so that the container does not extend the width of the quote - There is the tag
<q>
for citations. More info - You could apply a
color: white
to yourfooter
so that the text is correctly distinguished from the background
0 - To improve the semantics of your HTML, you can change your
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