0
If the padding property has four values
padding:10px 5px 15px 20px; top padding is 10px right padding is 5px bottom padding is 15px left padding is 20px
1 Respuesta
+ 4
Yes it's perfect.
You can use padding-top, padding-right, eg. properties too.
padding:10px 5px 15px 20px; top padding is 10px right padding is 5px bottom padding is 15px left padding is 20px