@GitHub-dev12345
Posted
Congratulations šš bro. Use this code to increase the size of card : š used this CSS Property in your card to increase and decrease the size of card:
1.In Card design CSS Code Used this:
transform : scale(0.8); this property decrease the size of card. š
large size for increase the number of scale & small size for decrease the number of scale
I hope you find this helpful
@Yazdun
Posted
@GitHub-dev12345 Hello Rathore and thanks for your feedback ā¤ļø for the card and mainly all elements, I prefer to use paddings, width and height rather than transform
, I personally think using transform for specifying element's size, will mess up the code in the long run, this is a really small layout but what if you want use grid of flexbox later on? I prefer to use transform
for animations or hover states but I think it goes back to personal preferences.