Code Monkey home page Code Monkey logo

bootstrap-stacked-lists's Introduction

bootstrap-stacked-lists

Need to highlight your product’s features? List them in a distinctive column using default Bootstrap.

Tutorial

For detailed instruction's, view Solodev's How to Use Bootstrap Columns to Create a Stacked List of Features article.

Demo

Try out a working example on JSFiddle.

HTML

The tutorial contains the following basic HTML markup.

<div class="row">
          <div class="col-md-10 col-lg-5 col-xl-4 mt-lg-0 pr-lg-0">
            <div class="list-container text-white p-5">
              <h3>Types of Spacecraft</h3>
              <p class="lead fw-500 mt-3">Moving you from the Earth to the Moon</p>
              <ul class="mt-4 wrap">
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Flyby spacecraft</li>
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Orbiter spacecraft</li>
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Atmospheric spacecraft</li>
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Lander spacecraft</li>
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Rover spacecraft</li>
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Penetrator spacecraft</li>
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Observatory spacecraft</li>
                <li><i class="fa fa-rocket" aria-hidden="true"></i>Communications spacecraft</li>
              </ul>
              <div class="pt-3">
                <a href="#" class="text-white">Join the LunarXP mission where new worlds await.<span class="pr-2 fa fa-long-arrow-right"></span></a>
              </div>
            </div>
          </div>
</div>

CSS

All required CSS is contained with style.css

External Resources

This tutorial includes the following third party resources.

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>

bootstrap-stacked-lists's People

Contributors

paristuzun avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.