Answers for "bulma is-pulled-right"

0

bulma is-grouped-right

<div class="field is-grouped is-grouped-right">
  <p class="control">
    <a class="button is-primary">
      Submit
    </a>
  </p>
  <p class="control">
    <a class="button is-light">
      Cancel
    </a>
  </p>
</div>
Posted by: Guest on March-03-2021
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

Browse Popular Code Answers by Language