Floating Buttons

Floating Buttons

<!-- will put submit to the right of reset -->
<input type="submit">
<input type="reset">

<!-- will put reset to the right of submit -->
<input type="reset">
<input type="submit">
Comments are closed.