Answers for "is-fullwidth bulma"

0

bulma fullheight

<section class="hero is-success is-fullheight">
  <div class="hero-body">
    <div class="container">
      <h1 class="title">
        Fullheight title
      </h1>
      <h2 class="subtitle">
        Fullheight subtitle
      </h2>
    </div>
  </div>
</section>
Posted by: Guest on April-04-2020
0

submit button bulma

<div class="field is-grouped is-grouped-centered">
  <p class="control">
    <a class="button is-primary">
      Submit
    </a>
  </p>
</div>
Posted by: Guest on March-21-2020

Browse Popular Code Answers by Language