Styled with vanilla CSS (Flexbox)

Solution retrospective
I didn't download the Figma files for this one again so the dimensions of the elements are not perfect, but I am just working on improving my use of Flexbox.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @adarshcodes
Hi @KristianDunne, Good work on this challenge👏. Your design is very similar to the original design and it's smooth as well.
- As @daudi13, mention above about the overflow issue and the semantics, you can take care of those things.
- And also while hovering on the button it scales up smoothly but on removing the mouse it scales down abruptly just because I think you forgot to add
transition: property time - transition: all/transform .3s;
- And also the responsiveness is working great.
- With 0 HTML as well as an Accessibility issue. Keep it up👏. Happy Coding😀
- @daudi13
Hi Kristian, your code is clean and precise. the responsiveness is also good I just have two issues I noticed with your code. First I noticed you didn't use any heading and paragraph tags and secondly there is an hidden overflow on the content-box making the content incomplete on devices with smaller screens. Anyways keep up the good work. happy coding!!
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