Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap jumbotron

<div class="jumbotron">
  <h1 class="display-4">Hello, world!</h1>
  <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
  <hr class="my-4">
  <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
  <p class="lead">
    <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
  </p>
</div>
Comment

jumbotron

<div class="jumbotron jumbotron-fluid">
  <div class="container">
    <h1 class="display-4">Fluid jumbotron</h1>
    <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
  </div>
</div>
Comment

jumbotron

<!-- A component for calling extra attention to featured content or information. -->
<div class="jumbotron">
YOUR TEXT
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: how to download in html 
Html :: link open in new tab html 
Html :: elements should have autocomplete attributes 
Html :: open link as a number 
Html :: display success message after form submit in php 
Html :: table row html 
Html :: firefox image/svg+xml not working 
Html :: iframe in html 
Html :: ordering collumns in bootstrap 
Html :: h4 in html 
Html :: is html easy? 
Html :: membuat footer html 
Html :: html writing shortcuts 
Html :: tailwind css search bar 
Html :: bootstrap notification 
Html :: how to add function to button in html 
Html :: ngfor display in html table 
Html :: html min value 
Html :: address tag in html 
Html :: bootstrap navbar simple 
Html :: bootstrap form textarea 
Html :: html link weiterleitung 
Html :: radio buttons 
Html :: limit number of values in a twxt input 
Html :: dark blue html code 
Html :: how to convert html to text in angular 
Html :: select default value 
Html :: back arrow html 
Html :: youtube downloader api 
Html :: meta for author 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =