Design comparison
SolutionDesign
Community feedback
- @carisaelamPosted 8 months ago
I noticed in your CSS that you have several different ".content" styling sections. I think it might be best to put all of that under one ".content" if it is all meant to style the same things.
`.content { box-sizing: border-box; border-radius: 1.5pc; } .content { padding: 3%; margin: 10% 21% 10% 21%; background: white; color: hsl(30, 10%, 34%); line-height: 1.5;
} .content { font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 16px; } `
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