Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

single price grid component master

Thabisoβ€’ 270

@SefalaThabiso

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I struggled with the colors, I feel like i didn't get them right. I'm not ready to advance to the next level yet :(

Community feedback

@VCarames

Posted

Hey there! πŸ‘‹ Here are some suggestions to help improve your code:

  • The section element is being used incorrectly ⚠️ and not needed for this challenge .
  • The β€œ30-day, hassle-free money back guarantee” is not a heading❌. It should instead be wrapped in a paragraph element.
  • The button was created with the incorrect element ❌. When users click on the button they should directed to a different part of your site; the anchor element will allow this to happen.

More Info:πŸ“š

MDN The Anchor element

If you have any questions or need further clarification, feel free to reach out to me.

Happy Coding! πŸŽ†πŸŽŠπŸͺ…

Marked as helpful

1

Thabisoβ€’ 270

@SefalaThabiso

Posted

@vcarames Changes has been made, thank you for the help :)

1
Hassia Issahβ€’ 50,810

@Hassiai

Posted

Replace <h3> with <h1> to fix the accessibility issue.

Give the body the background-color you gave to box1 and give box1 a background-color of white use #fff for the color white.

To center .boxes on the page using grid, replace the align-items with align-content: center and add min-height:100vh to the main. there is no need for a padding left and right value.

In the media query, increase the padding value of .box.

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

Marked as helpful

0

Thabisoβ€’ 270

@SefalaThabiso

Posted

@Hassiai Can i use h1 multiple times on a single page?

0
Hassia Issahβ€’ 50,810

@Hassiai

Posted

@SefalaThabiso sorry its suppose to be <h2>

0
Thabisoβ€’ 270

@SefalaThabiso

Posted

@Hassiai I made the changes, thank you for the help

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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