Juned Shaikh
@JUNEDSKAll comments
- @SDprasanth0012Submitted 5 months ago
- @SDprasanth0012Submitted 5 months ago
- @signaloninternetSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I would learn how to center the elements more closely and how to make web more responsive
What challenges did you encounter, and how did you overcome them?Understanding the table grids
What specific areas of your project would you like help with?anything
@JUNEDSKPosted 5 months agoCheck out with max width it should be max-width: 750px ; else are good
1 - @rvj1Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I'm really proud that I created my first project successfully, and I'm hoping that I would achieve this success in the upcoming projects.
What challenges did you encounter, and how did you overcome them?i had encounter some challenges but with the help of chapt gpt I was able to overcome them.
- @Otiro-JohnSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Styling differently
What challenges did you encounter, and how did you overcome them?No challenge
What specific areas of your project would you like help with?For now not yet
- @jamesking2408Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
something new
What challenges did you encounter, and how did you overcome them?easy
What specific areas of your project would you like help with?not yet
- @J4NBISubmitted 5 months ago
- @Vanillatte68Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
i was able to make this page as accurate as possible using the Figma file. i was able to use em and rem as the measurement in most of the elements used. using flexbox for media query was really helpful to make it responsive
What challenges did you encounter, and how did you overcome them?none
What specific areas of your project would you like help with?feel free to review my code and live site, i'm open to any suggestion especially on how to make the code more accessible.
@JUNEDSKPosted 5 months agoI have mentioned similar sizes as it is on Figma, though it's still coming out bigger. I don't know why, but I need to check it out.
0 - @Deri-KurniawanSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
What I'm most proud of?
I managed to make the user interface as similar as possible in terms of element layout and size.
What would I have done differently?
Probably in terms of using CSS methodologies other than BEM (Block Element Modifier), but of course I have to dive in one by one.
What challenges did you encounter, and how did you overcome them?The challenge I faced?
It was about naming the class, because sometimes I was confused about what to name it and how to pattern the class name correctly.
How did I overcome this?
By looking at several naming references and using the BEM (Block Element Modifier) method, I found it helpful to be able to write CSS classes in a structured manner.
What specific areas of your project would you like help with?Maybe in terms of naming CSS custom properties, is it okay if we store variables in a class selector or id instead of storing them in a css pseudo-class like :root? although my intention of writing it that way is to make it reusable. or is there another better way?
.card { --padding: 16px; padding: var(--padding); max-width: calc(320px - var(--padding) * 2); }