+ 3
How to place margin between two buttons horizontally and vertically
I need html syntax.
2 Antworten
+ 4
With the help of Css property 'margin' ^^
https://www.w3schools.com/css/css_margin.asp
+ 4
U can try:
Margin-top:"3px"
Or
Margin-left:"3px"
Or
Margin-right:"3px"
Or
Margin-bottom:"3px"