pop ups bulma

Solutions on MaxInterview for pop ups bulma by the best coders in the world

showing results for - "pop ups bulma"
Hawa
09 Sep 2016
1<div id="ID" class="modal ">
2  <div class="modal-background"></div>
3  <div class="modal-card">
4    <header class="modal-card-head">
5      <p class="modal-card-title"> <!-- Title --> </p>
6      <button id="close"class="delete" aria-label="close" onclick="ID.classList.toggle('is-active')" >  </button>
7    </header>
8    <section class="modal-card-body">
9     <!-- Main Text -->
10    </section>
11    <footer class="modal-card-foot">
12    </footer>
13  </div>
14</div>
15<!-- Make a onclick="ID.classList.toggle('is-active')"  To activate it -->