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

Four card feauture card

@Eng-Abdelrhman100

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

using props and react

What challenges did you encounter, and how did you overcome them?

nothing

What specific areas of your project would you like help with?

i would feel very happy if you gave me an educative feedback.

Community feedback

MikDra1 6,050

@MikDra1

Posted

Nice one 😀

If you are curious how you can do this straight lines on the top of each card here is my tip:

Create another element in each of the cards. Then position this element absolute. Card should be positioned relative. At the end you need to give this element a height of 3px width of 100% and top 0 and left 0. You can also use ::after or ::before pseudo elements to create these.

Hope you found this comment helpful 💗

Good job and keep going 😁😊😉

0

geomydas 1,060

@geomydas

Posted

@MikDra1 I don't recomend using ::after and ::before. Stop overcomplicating things. Use border-top instead

0
MikDra1 6,050

@MikDra1

Posted

@geomydas

On the design if you zoom a bit you will see that border-top get's border-radius applied. If you create another element than this element won't get that radius.

0

@Eng-Abdelrhman100

Posted

@MikDra1 thank you for the reply but i double checked the design the radius is applied to the border color as well

0
MikDra1 6,050

@MikDra1

Posted

@Eng-Abdelrhman100

Yes and that's the problem. It shouldn't have the border-radius applied to it.

0

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