Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap centred modal

<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalLong">
  Launch demo modal
</button>

<!-- Modal -->
<div class="modal fade" id="exampleModalLong" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">×</span>
        </button>
      </div>
      <div class="modal-body">
        ...
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        <button type="button" class="btn btn-primary">Save changes</button>
      </div>
    </div>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: Creating Github logo with CSS 
Html :: setup webfont with cdn font awesome 
Html :: w3 
Html :: js twice button click 
Html :: kak ispolzovat html checkbox 
Html :: Expected 0 spaces after opening bracket 
Html :: sdfsdfsd 
Html :: lorem generator firefox 
Html :: simple dashboard html template 
Html :: strictmode causes double render 
Html :: fontawesome language icon 
Html :: how to add particle.js jquery 
Html :: contact form 
Html :: how to add a paragraph in html 
Html :: wbr tag html 
Html :: boostrap 
Html :: later synonym 
Html :: html problem finder 
Css :: get rid of arrows number input 
Css :: css how to make text not break 
Css :: html remove border from textarea 
Css :: css 100% -20px 
Css :: why is my footer not at the bottom html 
Css :: up scale body css 
Css :: flexbox go to next row 
Css :: css retirer les puces 
Css :: font border css 
Css :: css resize image without distortion 
Css :: css input spaces between 
Css :: html font white text with black border 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =