How to place margin between two buttons horizontally and vertically | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to place margin between two buttons horizontally and vertically

I need html syntax.

30th Jun 2017, 3:45 PM
Muneeb Zubair Khan
Muneeb Zubair Khan - avatar
2 Answers
+ 4
With the help of Css property 'margin' ^^ https://www.w3schools.com/css/css_margin.asp
30th Jun 2017, 4:38 PM
visph
visph - avatar
+ 4
U can try: Margin-top:"3px" Or Margin-left:"3px" Or Margin-right:"3px" Or Margin-bottom:"3px"
30th Jan 2018, 6:36 PM
ScOrPiOn
ScOrPiOn - avatar