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
- Submitted about 1 month ago
Blog Preview Card
- HTML
- CSS
I 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.
- Submitted about 1 month ago
Creation of QR Code Component using HTML and CSS only
- HTML
- CSS
I need help with responsiveness across different devices.
Latest comments
- @leo-smart7Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
- @wtfkimiSubmitted about 1 month ago
- @OmarMostafa888Submitted about 1 month ago@anita-davidPosted about 1 month ago
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 helpful1 - P@SidorovaMariaSubmitted about 1 month ago@anita-davidPosted about 1 month ago
-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.
0