Design comparison
Solution retrospective
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
- @TedJenklerPosted 3 months ago
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 helpful0 - @MikDra1Posted 3 months ago
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 helpful0@adriantech-beepPosted 3 months ago@MikDra1 i will apply your suggestion.appreciate it.thank you.
0
Please log in to post a comment
Log in with GitHubJoin 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