Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Bulma title

<section class="hero">
  <div class="hero-body">
    <div class="container">
      <h1 class="title">
        Hero title
      </h1>
      <h2 class="subtitle">
        Hero subtitle
      </h2>
    </div>
  </div>
</section>
Comment

Bulma Section

<body>
  <section class="section">
    <div class="container">
      <h1 class="title">Section</h1>
      <h2 class="subtitle">
        A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading
      </h2>
    </div>
  </section>
</body>
Comment

Bulma level

<!-- Main container -->
<nav class="level">
  <!-- Left side -->
  <div class="level-left">
    <div class="level-item">
      <p class="subtitle is-5">
        <strong>123</strong> posts
      </p>
    </div>
    <div class="level-item">
      <div class="field has-addons">
        <p class="control">
          <input class="input" type="text" placeholder="Find a post">
        </p>
        <p class="control">
          <button class="button">
            Search
          </button>
        </p>
      </div>
    </div>
  </div>

  <!-- Right side -->
  <div class="level-right">
    <p class="level-item"><strong>All</strong></p>
    <p class="level-item"><a>Published</a></p>
    <p class="level-item"><a>Drafts</a></p>
    <p class="level-item"><a>Deleted</a></p>
    <p class="level-item"><a class="button is-success">New</a></p>
  </div>
</nav>
Comment

PREVIOUS NEXT
Code Example
Html :: ref attribute in html 
Html :: html entity close 
Html :: animate text 
Html :: navigation menu 
Html :: html lang tab 
Html :: node.js error cannot use import outside of module 
Html :: learn how to build a website code 
Html :: how to run a html code in visual studio 
Html :: html code 
Html :: html text next line 
Html :: add text to pdf footer html 
Html :: website design codes 
Html :: disable autocomplete html input 
Html :: phanuel mutuma 
Html :: angular read element from html by atribute name 
Html :: sanity api call html 
Html :: razor syntax autosum based on values 
Html :: html language 
Html :: continuous slider html 
Html :: html fecha mes y año 
Html :: créer un titre html 
Html :: crear un nuevo email en html para reply to 
Html :: laravel validation empty html tag 
Html :: make select option look like button 
Html :: html use 
Html :: Auto Update Form 
Html :: how to detect what someone typed html code 
Html :: collapsableTableColumns 
Html :: vuetify datatable header checkbox select all 
Html :: rn force light mode ios 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =