Latest solutions
Responsive Blog Card with Flexbox
Submitted about 1 month agoI am looking for feedback on my CSS layout and JavaScript implementation.
CSS Layout: I used Flexbox, but I want to know if I structured my layout efficiently.
JavaScript: I implemented a typing text effect, but I struggled to get it right. Are there ways to improve the smoothness and efficiency of my script?
Any suggestions on best practices or alternative approaches would be greatly appreciated!
QR Code Component - Frontend Mentor Challenge (HTML & CSS)
Submitted about 2 months agoI would appreciate feedback on my project’s overall structure, responsiveness, and code efficiency.
Latest comments
- @awheelr@brownsonjoy1811
Areas for Improvement: 1.Image Path Issue: The image path uses \ instead of /, which might cause issues in some browsers.
Overall Feedback: Your solution is well-structured and follows semantic HTML principles. The use of <main> for the main content is good, and the code is readable and well-organized.