kiran63616456
@kiran63616456All comments
- @LucieLuBSubmitted 2 days ago@kiran63616456Posted 1 day ago
Good bro! but focusing on the sizing might give you a better results
0 - @EGUERREROP0Submitted 2 days ago@kiran63616456Posted 1 day ago
I think you have missed font-weights, It gives a better look for you fonts.
0 - @ysm0706gleeSubmitted 2 days ago@kiran63616456Posted 2 days ago
Good try, But it would be better if you focus on box model properties.
0 - @wren3nSubmitted 3 days agoWhat are you most proud of, and what would you do differently next time?
Learned quite a bit more about semantic elements. Tried to use them properly. Don't know if it's good or not. Also tried to give style names some prefix like
c-
for componant andl-
for layout elements.@kiran63616456Posted 3 days agoGood work bro!! Just a small changes in CSS can give you perfect result.
Marked as helpful0 - @IvanBobanSubmitted 3 days agoWhat are you most proud of, and what would you do differently next time?
Using gap when trying to create spacing between the card sections. Also proud of easily exporting the box-shadow from Figma.
What challenges did you encounter, and how did you overcome them?Using box-sizing: border-box in order to preserve the height and width of the card instead of the sizing being affected by it.
What specific areas of your project would you like help with?Organising my css, when it comes to component styling. Something like first define the Box model, then colors, then special effects.
- @IvanBobanSubmitted 3 days agoWhat are you most proud of, and what would you do differently next time?
Look closer into the FIGMA file at the beging, understand the scope of work better.
Also try to find solutions that scale bette. Semantic HTML as well
What challenges did you encounter, and how did you overcome them?Spacing issues, I didn't look at the Figma file enough to see it provided me with everything. Maybe look into a Figma for web devs tutorial/guide.
What specific areas of your project would you like help with?Organising my CSS, I always feel like I don't do a good enough job. Also accessibility with my code
@kiran63616456Posted 3 days agoHi, everything is good, In css rather than using fixed width like px. You can use max-width.
1