Design comparison
Community feedback
- @VCaramesPosted about 2 years ago
Congrats @py-rod on completing this challenge!
You site looks good!
When it comes to using headings, you always start with <h1>, which always goes in your hero section from there every other headings gets an <h2> and so on.
So for this challenge your headings should be like this:
<h1> for this: A history of everything you copy
<h2> for these: Keep track of your snippets - h2 Access Clipboard anywhere - h2 Supercharge your workflow - h2 Clipboard for iOS and Mac OS - h2
<h3> for these: Quick Search iCloud Sync Complete History Create blacklists Plain text snippets Sneak preview
Here's a link with more details on it: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements
I also notice that you're using the <figure> for the hero logo. Unfortunately , this is proper used of this element. " The <figure> HTML element represents self-contained content, potentially with an optional caption, which is specified using the <figcaption> element"
Here's and example of how's its used for in Bugatti's website with the images and text examples
Happy Coding!
Marked as helpful1
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