Latest solutions
Simple Recipe page using css
Submitted 6 months agoI was curious on how the border bottom of the nutrition list was styled to span across the entire page
Blog preview card using HTML and CSS
Submitted 9 months agoThe CSS area, I would like to see other people's opinions and what different approach they think I could have used.
Latest comments
- P@LandonRGeorge@Halima584
Your code is impressive, clean and simple. I’m definitely inspired to incorporate your table idea into my project. I would recommend using semantic HTML to enhance readability and maintainability. Great job overall!
- @abdulshakur03@Halima584
Your work displays your excellent attention to detail. I would advice replacing the content tag with the div element to avoid future issues and advice placing the css in external css file
- P@kisu-seoWhat are you most proud of, and what would you do differently next time?
I had the opportunity to use a Figma design file for the first time, and I’m satisfied that I was able to implement a more accurate design.
What challenges did you encounter, and how did you overcome them?When comparing the image for the mobile view with the desktop view, I noticed that the sides of the image in the mobile view appeared slightly cropped. I wanted to replicate this effect by cropping the sides of the image on mobile, but I couldn't find a way to do it, so I ended up using the same image without cropping.
What specific areas of your project would you like help with?I would like to learn how to create the effect of images being cropped in a responsive website.
@Halima584I really admire the code in general especially the structure of your css, I just realized I've not really gone far in my css😪. Keep up the amazing work!. Also, I would recommend using semantic html, something like header, main, footer, section and others
- @visheshdvivedi@Halima584
Good job!
The code is generally okay but the solution differs from the design in that the color of the paragraph isn't the same as the design and you could also implement css reset.
Marked as helpful