Submitted about 3 years agoA solution to the 3-column preview card component challenge
3 column html and CSS solution, using a little bit of flexbox
@kosta-011

Solution retrospective
I'm still unsure about responsivness and units I should use when making sure site works on mobile screens... Also felt like css couldve been shorter than it is.
Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Samadeen
Hey!! Cheers 🥂 on completing this challenge.. .
Here are my suggestions..
- You should use <main class="container"> instead of <div class="container">.
- Go down orderly when you are using the headings h1 down to h2 down to h3 and so on.
- You can wrapper your attribution section in a footer tag to avoid accessibility issues.
This should fix most of your accessibility issues
. Regardless you did amazing... hope you find this useful... Happy coding!!!
Marked as helpful
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