Submitted 5 months agoA solution to the Testimonials grid section challenge
Responsive testimonial page
sass/scss, accessibility
@Banini-AD

Solution retrospective
What are you most proud of, and what would you do differently next time?
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;
}
I'm still learning Sass, but this is still Sass code I'm so proud of.
What challenges did you encounter, and how did you overcome them?Getting the correct grid layout was quite a challenge, but I persevered by reviewing my grid notes.
What specific areas of your project would you like help with?I want to enhance my understanding of Sass and improve my coding skills in this area. My goal is to write efficient Sass code and leverage its features to my advantage. If you have any helpful articles, videos, or books on Sass, please share them with me. Thank you!
Code
Loading...
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