Hello, I'm pretty new here, I've done coding before, but never learn the basics. I am open to anyone who can point out my mistakes and point better solution :) I'm unsure to all of my scss, paddings, margins and all. I don't really know when I should use this or that property.
Mustafa DEDE
@mustafadedeAll comments
- @VorczuSubmitted over 2 years ago@mustafadedePosted over 2 years ago
Hi Adam! It's me again :D Your button have a border but design not. You should delete your border in your css file like
border: 0;
Have a good day!1 - @VorczuSubmitted over 2 years ago
- Dont know a thing about gradient bg, I dont know is that a good option or should I do it different
- Rating detector - its looking simple but maybe an event listener will be a better option ?
@mustafadedePosted over 2 years agoHi Adam! Your button have a border but design not. You should delete your border in your css file like
border: 0;
0 - @seths10Submitted over 2 years ago@mustafadedePosted over 2 years ago
Hi Seth ! You should add
box-shadow
to your card.Marked as helpful0 - @mbilal-xSubmitted over 2 years ago
have you ever used display grid property without any framework? where is it even used?
@mustafadedePosted over 2 years agoHi Bilal ! You should add
box-shadow
to your card.1 - @KIaudiuszSubmitted over 2 years ago@mustafadedePosted over 2 years ago
Hey KIaudiusz! Your footer must be bottom section in your site so not in your
"container"
class. Must be out of"container"
. Have a great day! Also if you addtransform:scale()
in your"container"
class looks like more the design.Marked as helpful1 - @LartweibSubmitted over 2 years ago@mustafadedePosted over 2 years ago
Hey Daniel ! As you can see card has a shadow. You can add your card
box-shadow
then your solution will be so much closer the design. Btw your solution looks so good. Have a great day!Marked as helpful0