Four card feature section

Solution retrospective
What you might be proud of:
- Responsive Design.
- Visual Appeal.
- Accessibility.
- Code Organization.
- Browser Compatibility.
- Performance Optimization:
Here are some potential challenges you may have encountered while working on your project, along with strategies for overcoming them:
- Responsive Design Complexity.
- Browser Compatibility Issues.
- Accessibility Concerns.
- Performance Optimization.
- Design Consistency.
- Cross-device Testing.
- Client Feedback and Revisions
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tufcoder
Very good work!
The only thing that I observe is the
<br />
tag in the title. Because you use<span>
the default display is inline. To avoid use<br />
try to apply in thespan
thedisplay: inline-block
ordisplay: block
so the span will be in a "new line".To me your HTML is Semantic, if you like I have this link to more information.
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