Trial and error for the spaces, margins, paddings, etc. to make the website look closely with the preview sample is hard.
What specific areas of your project would you like help with?Still learning on CSS Grid.
Trial and error for the spaces, margins, paddings, etc. to make the website look closely with the preview sample is hard.
What specific areas of your project would you like help with?Still learning on CSS Grid.
overall, it's pretty good, some details of styling might be wrong. Also, I recommend using flex on the one-axis display and grid for two two-axis
i am proud of the way i designed the mobile and switched to desktop using media query and i did that using css grid
What challenges did you encounter, and how did you overcome them?the grid section of the project was abit difficult but i pulled it through
What specific areas of your project would you like help with?no area
the color of the font is not right the desktop display is not right. I think u need to put four cards into one div for better grid display.
I like your responsive design as well as the shadow, but overall is a little bit bigger that it should be
I'm most proud of the responsiveness of the page. But I don't feel the CSS I write is efficient.
What challenges did you encounter, and how did you overcome them?I'm not familiar with the table styling. Just trial and error.
What specific areas of your project would you like help with?I'm okay for now.
Overall pretty good, I really like how you style the table
Overall good, I think you used SCSS. That's pretty good
I'm using clamp for the font size and set hover style for h1 when its div parent hovers. I tried to pixel-perfect the design, so I used box-shadow in the after pseudo-element to create the 1 px border so the total width of the card could be 522px and the padding is 24px just like the design
What challenges did you encounter, and how did you overcome them?I didn't know what is the right vw value for the font-size. So I just pull up my calculator and calculate if the screen 375px the font is 14px, so it is roughly 3% then I use it as clamp value clamp(14px, 3vw, 16px). It works well.
What specific areas of your project would you like help with?What's the best approach to achieve responsive font size?
It's a really good solution for the sizing; It inspired me. Everything works well. But The box-shadow should not change when you hover over it