Responsive Four Card Feature

Solution retrospective
Here's a Sass I'm proud of,
@mixin display-flex ($flex-direction, $justify-contents, $align-items) {
display: flex;
flex-direction: $flex-direction;
justify-content: $justify-contents;
align-items: $align-items;
}
Ive never used Sass before so been able to write this after watching a youtube tutorial was a real joy for me. I had to even celebrate it with a dance.
What challenges did you encounter, and how did you overcome them?Creating the grid desktop view was a real challenge for me. It took days of consistent effort to get it right. I had to go through grid tutorials multiple times to figure everything out.
What specific areas of your project would you like help with?I would love your help with my Sass files—if you could take a look and share some tips on how to improve them, that would be fantastic! Also, I'm eager to level up my CSS grid styling, so any advice you have would be super appreciated. Thank you so much!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Banini-AD's solution.
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