ricardodcc
@ricardodccAll comments
- @ricardodccSubmitted 5 months ago
- @kennylun123Submitted 10 months ago
Hi everyone, this is my first SASS solution. I also want to know the best practice of updating SASS variables using media query.
Any comment would be appreciated. Thanks for your help!
@ricardodccPosted 10 months agoHi Kenny N! Great execution and I only suggest using all the content of this challenge because inside of a
<article>
tag, this card could be at some random website and it would be possible to understand the context of the card.So, when the content of the components is perceivable and independent of the content of the rest of the page, then it is good HTML5 practice to use these same components as article tags.
Hope to see more projects from you!
Marked as helpful1 - @ricardodccSubmitted 11 months ago
I didn´t get the box shadows from the solution design only because I didn´t like the final aspect of the card, although if you check my code and see some incorrect practices tell me :)
@ricardodccPosted 11 months agoNow I realize that I could used padding properties to center the content of my card instead of using the margins as I did. I will update my code now.
0