nil
What challenges did you encounter, and how did you overcome them?nil
What specific areas of your project would you like help with?nil
nil
What challenges did you encounter, and how did you overcome them?nil
What specific areas of your project would you like help with?nil
I think you should consider the space from each side. (margins and padding) You can improve your CSS file, and you don't need to change the font size when you use rem. For the header image, you can use "img srcset" like this...
<picture>
<source srcset="assets/images/image-product-mobile.jpg" media="(max-width: 590px)">
<source srcset="assets/images/image-product-desktop.jpg" media="(min-width: 591px)">
<img class="card-img" src="assets/images/image-product-mobile.jpg" alt="Chanel Perfume">
</picture>
Good job, keep it up!
Except for the background color and some minor differences, the desktop view is pretty good. However, your codes are not responsive and are broken on the Mobile size screens.
I am proud of successfully completing the Blog Preview Card using only HTML & CSS and also improving my layout structure and understanding of semantic HTML.
I will use more CSS techniques like flexbox or grid to reduce extra code
What challenges did you encounter, and how did you overcome them?The author’s image wasn’t showing because I mistakenly used .png instead of .jpg it was frustrating and took a lot of time but I carefully checked the file format and updated the correct extension. And felt releaved I wasn’t sure if the thin black line around the card was a border or a box-shadow so I experimented with both CSS properties and found that a border: 1px solid black; worked best.
These challenges helped me learn and improve, and I’ll be even better in my next project
What specific areas of your project would you like help with?Did I use semantic HTML correctly, or is there room for improvement? Does my design work well on all screen sizes, or should I tweak something? Could I use better CSS methods (like Flexbox/Grid) to improve my layout?
I am not very proud of this,since it is a basic design
What challenges did you encounter, and how did you overcome them?I did not encounter any challenges
What specific areas of your project would you like help with?At the present moment nothing