Testimonial grid section with responsive design

Solution retrospective
This challenge contains many card themes, so I structured my HTML using the BEM (Block-Element-Modifier) methodology to keep the codebase maintainable and scalable. Additionally, I organized related CSS sections with comments for better readability.
Here are some example:
<div id="card-1" class="card card--purple">
<div class="card__head">
<img src="" class="highlight" alt="daniel_image">
<div class="card__profile">
<p class="card__profile-name"></p>
<p class="card__status"></p>
</div>
</div>
<div class="card__message">
<h1 class="card__message-title"></h1>
<p class="card__card__message-body"></p>
</div>
</div>
Please log in to post a comment
Log in with GitHubCommunity feedback
- @C1SLR
Your all code and solution are out class and awesome my current skill is not good at that time to review your this project but one thing i want to ask how did you know that you should create a three responsive layouts or that was your personal decision .
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