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 layout using CSS flexbox

P

@adriantech-beep

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 challenges did you encounter, and how did you overcome them?

to be honest i struggled with the responsiveness of the design. i searched for the solution. any suggestions to make it better would be much appreciated.

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

i need suggestions about the heading paragraph. any would be of help.thank you.

Community feedback

@TedJenkler

Posted

Hi @adriantech-beep,

Nice project! Here are a few suggestions:

Responsive Design: I noticed some responsiveness issues. For instance, at 1197px, an element turns into a “T” instead of a cross, which may be unintentional. Adding more spacing at larger viewports, like 1626px and up, could improve the overall look.

ARIA Labels: For better accessibility, consider adding ARIA labels to div elements when semantic HTML isn’t possible. This will help screen readers interpret your content more accurately.

Breakpoint Check: The paragraph at the 458px breakpoint is slightly misaligned. Adjusting the styling here would be beneficial.

Hope these suggestions help!

Best, Teodor

Marked as helpful

0
MikDra1 6,010

@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 😁😊😉

Marked as helpful

0

P

@adriantech-beep

Posted

@MikDra1 i will apply your suggestion.appreciate it.thank you.

0
MikDra1 6,010

@MikDra1

Posted

@adriantech-beep

No problem. I'm happy I could help 😉

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