Bootstrap snippet and html example. bs4 simple event list

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: events

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 4.3.1 included, to get the result that you can see in the preview selection


<div class="row ">
    <div class="col-md-6 grid-margin-md stretch-card d-flex_">
        <div class="card">
          <div class="card-body">
            <div class="d-flex justify-content-between mb-3">
                <h4 class="card-title">Switch to Direct Plans</h4>
                <h6><a href="#" class="text-primary">See 4 More</a></h6>
            </div>
            <div class="border p-3 mb-3">
              <div class="border-bottom pb-3">
                <div class="row">
                    <div class="col-sm-4 border-right-lg border-right-md-0">
                      <div class="d-flex justify-content-center align-items-center">
                        <h1 class="mb-0 mr-2 text-primary font-weight-normal">04</h1>
                          <div>
                            <p class="font-weight-bold mb-0 text-dark">Feb</p>
                            <p class="mb-0">2018</p>
                          </div>
                      </div>
                    </div>
                    <div class="col-sm-8 pl-3">
                      <p class="text-dark font-weight-bold mb-0">Lorem ipsum dolor sit amit</p>
                      <p class="mb-0">9.30 PM - 10:30 PM</p>
                    </div>
                  </div>
              </div>
              <div class="pt-3">
                  <div class="row">
                      <div class="col-sm-4 border-right-lg border-right-md-0">
                        <div class="d-flex justify-content-center align-items-center">
                          <h1 class="mb-0 mr-2 text-primary font-weight-normal">15</h1>
                            <div>
                              <p class="font-weight-bold mb-0 text-dark">Mar</p>
                              <p class="mb-0">2018</p>
                            </div>
                        </div>
                      </div>
                      <div class="col-sm-8 pl-3">
                        <p class="text-dark font-weight-bold mb-0">Lorem ipsum dolor sit amit</p>
                        <p class="mb-0">10.00 PM - 12:30 PM</p>
                      </div>
                    </div>
                </div>
            </div>
            <div class="border p-3">
              <div class="border-bottom pb-3">
                <div class="row">
                    <div class="col-sm-4 border-right-lg border-right-md-0">
                      <div class="d-flex justify-content-center align-items-center">
                        <h1 class="mb-0 mr-2 text-primary font-weight-normal">22</h1>
                          <div>
                            <p class="font-weight-bold mb-0 text-dark">Apr</p>
                            <p class="mb-0">2018</p>
                          </div>
                      </div>
                    </div>
                    <div class="col-sm-8 pl-3">
                      <p class="text-dark font-weight-bold mb-0">Lorem ipsum dolor sit amit</p>
                      <p class="mb-0">9.30 PM - 10:30 PM</p>
                    </div>
                  </div>
              </div>
              <div class="pt-3">
                  <div class="row">
                      <div class="col-sm-4 border-right-lg border-right-md-0">
                        <div class="d-flex justify-content-center align-items-center">
                          <h1 class="mb-0 mr-2 text-primary font-weight-normal">26</h1>
                            <div>
                              <p class="font-weight-bold mb-0 text-dark">Jun</p>
                              <p class="mb-0">2018</p>
                            </div>
                        </div>
                      </div>
                      <div class="col-sm-8 pl-3">
                        <p class="text-dark font-weight-bold mb-0">Lorem ipsum dolor sit amit</p>
                        <p class="mb-0">10.00 PM - 12:30 PM</p>
                      </div>
                    </div>
                </div>
            </div>
          </div>
        </div>
    </div>
  </div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 4.3.1 included, to get the result that you can see in the preview selection

body{margin-top:20px;}

Similar snippets

Bootstrap example and template. events card widget

events card widget

Bootstrap example and template. timeline events area

timeline events area

Bootstrap example and template. upcoming events cards

upcoming events cards

Bootstrap example and template. bs4 event timeline

bs4 event timeline

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. chat app

chat app

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. home team with hover effect

home team with hover effect

Bootstrap example and template. bs4 simple event list

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 3.7K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 4.3.1

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 4.3.1 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working