Search
 
SCRIPT & CODE EXAMPLE
 

HTML

modal footer align left bootstrap

<div class="modal-footer justify-content-between">                    
   <button type="submit" class="btn btn-danger">Delete</button>                                    
   <div>
       <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
       <button type="submit" class="btn btn-primary">Save changes</button>
   </div>  
</div>
Comment

bootstrap modal footer text left align

<div class="modal-footer">
     <button type="button" class="btn btn-primary mr-auto">Save changes</button>
     <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: types of passwords html 
Html :: display image in twig 
Html :: disable close from screen modal popup 
Html :: name validation html 
Html :: class vs id in html 
Html :: autocomplete off input 
Html :: wordpress add shortcode to html block 
Html :: how to download stuff html 
Html :: bootstrap.. 
Html :: bootstrap font-weight bold 
Html :: bootstrap progress bar with percentage 
Html :: white text html 
Html :: how to set logo on site tab 
Html :: how to make square in html 
Html :: import script html 
Html :: html open email program 
Html :: input number html without e 
Html :: tailwind rotate 180 
Html :: og tags 
Html :: html a 
Html :: img center alt text 
Html :: disable first option in select 
Html :: how to add links in html 
Html :: change font size of h1 in html 
Html :: link to external site html 
Html :: how to add an ident in html 
Html :: input is a void element tag and must neither have `children` not use `dangerouslySetInnerHTML`. 
Html :: ion icon image 
Html :: tag img 
Html :: input form 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =