0

Here is a snippet for this issue.

HTML for 2 Buttons written in one line:<br />
<button>Button 1</button><button>Button 2</button>

<br /><br />

HTML for 2 Buttons written in different lines:<br />
<button>Button 1</button>
<button>Button 2</button>

The thing is that I'm minimizing my code, comprising of HTML, CSS and JS. Upon minimizing, the space between elements decreases as can be seen in the snippet above. How can we avoid this?

FunnelScr
  • 161
  • 1
  • 12

0 Answers0