single-price-grid-component using html and css
Design comparison
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @kennyoyaf, Congratulations on completing this challenge!
You’ve done really good work here putting everything together, I’ve some suggestions you can consider applying to your code to improve the html markup/semantic:
1.Every page needs a main heading, the
<h1>
to show which is the most important heading. You need to increase the headings by one level, like h1, h2, h3 to show the titles hierarchy. Remember that you cannot have more than one h1 heading.2.When you download the project files there’s a file called
style-guide.md
where you can find information such ashsl color codes
and thefont-size
for the headings. The font for this challenge isfont-family: 'Karla', sans-serif;
Add this to the css to have the correct import:
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');
✌️ I hope this helps you and happy coding!
Marked as helpful0
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