Hello everyone, Here is Elisabeth, I just created the solution for this very first app. It's not sure if it's 100% perfect - I am still learning π Please feel free to share any suggestions or comments you may have π Kind regards, Elisabeth
N Muhammad Rizky
@numuriAll comments
- @elic4vetSubmitted over 1 year ago@numuriPosted over 1 year ago
Hello greetings ππ».
Great job for your challanges, but i want to corrected some ur desain.
First, at the your card use very radius big, maybe u can add 10px or 5px for the better then.
Second, at the shadows for make a better shadow you can follow my tips, example: box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
First zero it's mean position for a shadow to right (positive value) and left (negative value), example like if you add 10px for the first zero, mean you add a position of shadow to right some 10px.
Second zero same like first zero, but for the second zero make move to top (negative value) and bottom (positive value), how to use same like first zero.
Third '20px' it's mean for size the shadow
and the last one is rgba for the color, triple zero for color and the last value is alpha or opaciry from the color.
Third, maybe u can use width with % value for make a responsive, like width: 80% and for height u can set everything u want. dont forget too add some border radius like example in desain.
Fourh, author you dont make some author just change the default style.
Thanks, I hope this make help you for the better coders ππ»
0 - @theusinshowSubmitted over 1 year ago