Samantha Jowa
@SamanthaJowaAll comments
- @seadadevoSubmitted 2 months ago@SamanthaJowaPosted 2 months ago
Great work!
I noticed you were adjusting the left and right margins of the contents of your card to create padding. I recently finished this project and found it easier to add padding to the card class
padding: 24px;
to avoid repetition when writing the styles of the card's contents relative to the card's border. That way, your spacing will be more uniform and you avoid writing a lot of code.I hope this was helpful!
Marked as helpful0 - @02RolandSubmitted 3 months ago
- @ayoubms8Submitted 3 months ago@SamanthaJowaPosted 3 months ago
Your implementation was well executed. Well done! However, you could have paid more attention to the sizing of your elements. Overall I think it's great. I also took a few notes from your code
0 - @youngjidSubmitted 9 months ago
This was a very interesting project.
@SamanthaJowaPosted 9 months agoHi, Jidraph
Your code is really clean and I like the approach you used. It's really simple and straightforward. Definitely took notes.
Great job!
1