Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive page with pure CSS

Ololade 60

@zololade

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@Mohamedkabba444

Posted

Excellent work! Your project looks fantastic.

To take your CSS game to the next level, I recommend exploring:

  1. CSS resets: Andy Bell's Modern CSS Reset is a great resource for ensuring cross-browser consistency.
  2. CSS nesting: Simplify your code by nesting related styles.

For example, instead of:

button { /* styles */ }

button:hover { /* hover styles */ }

Use nesting:

button { /* styles */

&:hover { /* hover styles */ } }

This approach:

  1. Reduces code duplication
  2. Improves readability
  3. Enhances maintainability

Andy Bell's Modern CSS Reset CSS Nesting tutorial by Kevin Powell

Your attention to detail and coding skills are impressive! With these tips, your projects will become even more efficient and scalable.

Keep up the outstanding work!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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