Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Bootstrap two buttons side by side with space

<div class="d-grid gap-2 d-md-flex" >
	<button type="button" class="btn btn-primary">Add Server</button>
	<button type="button" class="btn btn-primary">Add Server Blueprint</button>
</div>
 
PREVIOUS NEXT
Tagged: #Bootstrap #buttons #side #side #space
ADD COMMENT
Topic
Name
7+9 =