Design comparison
Solution retrospective
This is my responsive solution to the social links profile front-end design. I use HTML & CSS All feedback are welcome.
Community feedback
- @danielmrz-devPosted 9 months ago
Hello there! šš½āāļø
Your solution looks excellent!
I have a suggestion about your code that might interest you:
š If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.
It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!
I hope it helps you in future projects! š
Other than that, great job!
Marked as helpful0 - @osmanbay90Posted 9 months ago
Great job on completing the Frontend Mentor challenge! Your project shows promise, but here are some areas where you could make improvements in your HTML and CSS:
Consistent Naming: Ensure consistency in
class
naming convention. For instance, you have used both"location-txt"
and"card-btn"
. Choose one convention and stick with it throughout your code for clarity and maintainability.Comments: Consider adding comments to your code, especially for sections that might need clarification in the future or for other developers who might work with your code. This makes your code more understandable and easier to maintain.
Font Loading: While using
custom fonts
is great for design, consider providing fallback fonts in case the custom font fails to load for any reason. This ensures a consistent experience for users across different devices and browsers.Button Styling: The
button
styles are generally good, but you might want to consider adjusting thewidth
of the buttons for smaller screens to ensure they remain fully visible and accessible.Responsive Design: While your design looks good, it's always a good practice to test your layout on various screen sizes to ensure it looks good and functions properly on all devices.
Use of Flexbox: Your use of
Flexbox
for layout is great. However, ensure that you're using it consistently and effectively throughout your code.Accessibility: Ensure your website is accessible to users with disabilities. For example, make sure all images have appropriate alt attributes, and buttons are keyboard accessible.
Optimization: Consider optimizing your image sizes and other assets to improve page load times, especially for users on slower internet connections or mobile devices.
Remember, practice makes perfect! Keep refining your skills by tackling more challenges on Frontend Mentor. Happy coding! š
Marked as helpful0
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