Search
 
SCRIPT & CODE EXAMPLE
 

HTML

a complete website with bootstrap 5

<!-- Hero section -->
<section id="hero">
  <div class="container">
    <div class="row">
      <div class="col">
        <h1>Software<br>Development</h1>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</p>
        <button type="button" class="btn btn-dark btn-large">Learn more</button>
      </div>
      <div class="col img-col">
        <img src="./assets/hero-img.png" class="img-fluid" alt="Software Development">
      </div>
    </div>
    <div class="row cards">

      <div class="col-md-4 d-flex justify-content-center">
        <div class="card" style="width: 18rem;">
          <div class="card-body">
            <img src="./assets/icon1.svg" class="icon" alt="Service One"/>
            <h5 class="card-title">Web Dev</h5>
            <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
          </div>
        </div>
      </div>

      <div class="col-md-4 d-flex justify-content-center">
        <div class="card" style="width: 18rem;">
          <div class="card-body">
            <img src="./assets/icon2.svg" class="icon" alt="Service Two"/>
            <h5 class="card-title">Machine Learning</h5>
            <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
          </div>
        </div>
      </div>

      <div class="col-md-4 d-flex justify-content-center">
        <div class="card" style="width: 18rem;">
          <div class="card-body">
            <img src="./assets/icon3.svg" class="icon" alt="Service Three"/>
            <h5 class="card-title">Security</h5>
            <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
          </div>
        </div>
      </div>

    </div>
  </div>
</section>
<!-- End Hero section -->
Comment

PREVIOUS NEXT
Code Example
Html :: button color bootstrap 
Html :: Simple example of using inline javascript in html 
Html :: floating whatsapp button html 
Html :: input onchange continuously 
Html :: pdf to html converter 
Html :: html select component 
Html :: bootstrap 5 card common 
Html :: python timestanp 
Html :: game html 
Html :: bootstrap responsive sticky top 
Html :: how to hide .html in address bar 
Html :: how to put keywords on your html website 
Html :: bootstrap accordion 
Html :: phone number validation html 
Html :: responsive sidebar menu css 
Html :: html input checkbox checked 
Html :: html with emoji 
Html :: how to make check boxes in html 
Html :: input submit text 
Html :: simplecss cdn 
Html :: update only update_at field on laravel eloquent 
Html :: handlerbars js conditional 
Html :: dropzone 
Html :: click button to go to sub pag on html 
Html :: webviwe 
Html :: twig not render 
Html :: html datalist 
Html :: html entity for $ 
Html :: html how to change button text 
Html :: bootstrap links 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =