Latest solutions
Frontend Mentor | Article preview component
Submitted 7 months agoI definitely NEED to work more with JavaScript I understand it but don't know where to start when it comes to it, but practicing only gets you better so I will continue to do these projects and get better.
Tools like ChatGPT and techniques like the flex property
Submitted 9 months agoGetting the responsiveness of the site to look more like example that was given to me I could work on that, but other than that just practice and I will continue to get better.
Latest comments
- @leo-hailey@Jaypo16
Your code is well-structured and follows semantic HTML principles, which is great for accessibility and readability. The use of <main>, <h2>, and CSS variables showcases good practices. However, I noticed that some <img> tags lack descriptive alt attributes, such as the one for drawers.jpg. Adding meaningful alt text will improve accessibility, especially for screen readers. Additionally, wrapping the .credits and .share-button sections in a <footer> tag could enhance semantic clarity. The CSS is clean and utilizes media queries effectively for responsive design, but some redundant styles like the commented-out margin-top in .content .text could be removed to maintain simplicity. Overall, this is a solid implementation with minor areas for improvement!
- @Ahmed-Nafrawy@Jaypo16
Very nice webpage looks exactly like the example and nice clean code. I like how it smoothly transitions from Mobile to desktop keeping the same size of picture without any stretching or distortion of the picture good job.
Marked as helpful