Answers for "bulma height alignment"

CSS
-1

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

bulma lowercase

.is-lowercase
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language