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

3 column preview card component using css

#styled-components
Reandyx• 310

@Reandyx

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


If you like my work leave a like and comment :)!

Community feedback

Anosha Ahmed• 9,340

@anoshaahmed

Posted

To avoid accessibility issues in the future:

  • wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more
  • have at least one <h1> in your code

Good job! :)

Marked as helpful

1

Reandyx• 310

@Reandyx

Posted

@anoshaahmed thanks

1
P
AK• 6,700

@skyv26

Posted

Hi! Reandyx

To solve accessibility issues:

  1. wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here

  2. Change your code

From

<div class="attribution">
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
    Coded by <a href="https://github.com/Reandyx">Jakub Reandyx Sobański</a>.
  </div>

TO

<footer class="attribution">
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
    Coded by <a href="https://github.com/Reandyx">Jakub Reandyx Sobański</a>.
  </footer>

Good Luck ;)

Marked as helpful

1

David Emad• 925

@DavidEmad01

Posted

@skyv26

I am learning form your comments.

Thanks for this 3>

1
P
AK• 6,700

@skyv26

Posted

@DavidEmad01 it is my pleasure

1
Reandyx• 310

@Reandyx

Posted

@skyv26 thanks mate

1
David Emad• 925

@DavidEmad01

Posted

Nice Work

Keep Going For More Perfect jobs

0

Reandyx• 310

@Reandyx

Posted

@DavidEmad01 thanks :)

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