Yash Babani
@Yashbabani0All comments
- @HosseinEnsafiSubmitted 3 months ago
- @RiturajlodhiSubmitted 3 months ago@Yashbabani0Posted 3 months ago
I noticed an issue on your website related to the file naming. The file named index.css should be renamed to index.html to resolve the problem. Once you make this change, everything should work perfectly.
Marked as helpful0 - @MuliroMattSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I applied better class names for my elements.
What challenges did you encounter, and how did you overcome them?My challenge was to know what size to apply to things without the figma file.
What specific areas of your project would you like help with?I'd like some help in naming my classes, and how to write better SASS
@Yashbabani0Posted 7 months agoPlease fix your profile image as it is currently showing the alt tag.
0 - @geektimSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
Making the site responsive
What challenges did you encounter, and how did you overcome them?I encountered a challenge at the last part of the code, where the nutrition information has to be side by side. I used flexbox in the first instance, but it didn't work well with the spacing of the nutrient and measurement. So I used grid and its template column.
What specific areas of your project would you like help with?Please, someone should help me by providing ways by which I could distance the list text items from the markers. When I used text-indent, it only moved the first line only. Then how can I color the list markers? I was only able to do so for the square marker, making use of list-style-image. But it didn't work for the decimal marker and disc marker.
- @jeffgicharuSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud that I was able to structure my HTML well and use a media query in my CSS. Next time I would include more CSS in the media queries.
What challenges did you encounter, and how did you overcome them?I can't really say I encountered any challenges.
What specific areas of your project would you like help with?I would like some help with the media queries
- @Mahendran-CSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I completed the challenge. I want use more functions in css
What challenges did you encounter, and how did you overcome them?changing the font size for different screen size by using without media query
What specific areas of your project would you like help with?clamp() helped me to change the font size
- @JonKnitt1205Submitted 10 months agoWhat are you most proud of, and what would you do differently next time?
- I am proud that I started, I told my self that I would practice some web skills and I did
- I had to set up my environment on a new machine and get familiar with HTML and CSS again
- efficiency, I sometimes feel like I am just slapping CSS together in a way that does work, but could be better