Design comparison
Solution retrospective
Can you help me see what’s wrong with my css?
Community feedback
- @beowulf1958Posted about 1 year ago
I haven't done this challenge yet, so take this with a grain of salt. There appears to be a problem with the HTML; namely, the change link does not show up. Looks like you wanted to enclose the link in a <div>, but there is no opening tag, only a closing tag. Also, an <a> tag requires a "href" property. Also, "Annual Plan" not a button; "Proceed to Payment" definitely is a button. That said, the page displays with a serif font, and I think the challenge calls for a sans-serif. You did specify "Red Hat Display" and "Outfit" in the CSS, but you did not provide a link to those fonts; an @import in the stylesheet can fix that (Google fonts will create the rule for you: just cut and paste in your code.) Also, I think you overdid it with the background; background-repeat, background-size, and background-position may be messing you up. Try wrapping your options in a flex-box to get them to line up in a neat row. Hope this helps!
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