0
In what elements I can use paddings?
div{paddings:5px;} is that right ?
3 Answers
+ 1
thanks a lot
0
Padding is usually needed when we need to add spacing between the text of the element and the its border. eg. a button element.
0
no it is wrong.
the right one is,
div{padding:5px;}