Four Card Feature Section

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Oreolis
Good job, buddy. A few things to have in mind, if I may:
HTML: -- devide the html structure into <header> <main> <footer>, then <article> cause of html semantics.
CSS: -- avoid using px (try rem/em) -- don't use id for styling (hard to maintain) -- try using CSS custom attributes (vars)
Generally, nice work, but just pay attention to details, like box-shadow, text-alignment, font-sizes, etc.
Happy coding :)
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