Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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
Community feedback
- @tufcoderPosted 7 months ago
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.
0
Please log in to post a comment
Log in with GitHubJoin 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