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

Responsive 3 column grid layout using SCSS

Rinoβ€’ 340

@Rhinozer0s

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hey guys,

All suggestions for improvement are welcome. Code is written in SCSS. You can also find the SCSS-file in my repository.

Thanks, I am grateful for any help 🀝

Community feedback

Ferβ€’ 3,970

@fernandolapaz

Posted

Hi πŸ‘‹πŸ», just a couple of things that may interest you:

  • It would be better to capitalize the headings with CSS (using text-transform: uppercase;) and not in HTML. Some screen readers will read out uppercased text as individual letters.
  • Remember that <button> should be used for any interaction that performs an action on the current page and <a> should be used for any interaction that navigates to another view. Using both doesn't seem appropriate, links are suitable in this case. And then you can style it with CSS to look like buttons.

I hope it’s useful 🀝🏻

Nice solution.

Regards,

Marked as helpful

1

Rinoβ€’ 340

@Rhinozer0s

Posted

@fernandolapaz thanks πŸ‘πŸ‘ i will correct this

1

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