Proud of the fact that I eventually finished the project. what I would do differently next time is to Improve on my CSS skill.
Latest solutions
Blog Preview Card
Submitted 5 months agoI would appreciate a better way to ensure the paragraph stays wrapped both in desktop and mobile view, instead of having to hard code the width of the paragraph.
Creation of QR Code Component using HTML and CSS only
Submitted 5 months agoI need help with responsiveness across different devices.
Latest comments
- @leo-smart7What are you most proud of, and what would you do differently next time?
- P@wtfkimi@anita-david
Good job!
- @OmarMostafa888@anita-david
Excellent Job! After previewing your code, based on my experience so far, I really do not have a lot of corrections to make. One thing I noticed was that the learn tag could have simply been a div since the container is a flex box with column direction. Simply making the learn tag a div and styling the background color and font weight, in my opinion, would have reduced the lines of code. Regardless, good job!
Marked as helpful - P@SidorovaMaria@anita-david
-Your code is clean and well-structured -You’re using CSS variables (custom properties) effectively, which is great for maintainability. -The box-sizing: border-box reset is a good practice -The qr-container positioning and styling are solid -The font-family could be applied globally to the body element, thereby reducing redundancy The image height could be changed to auto to maintain the aspect ratio of the image. This prevents distortion if the image dimensions change.