Bootstrap snippet and html example. bs4 Food Menu

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: menu,food

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="container">
                <div class="center-title">
                    <h2 class="text-white">Our food menu</h2>
                    <p class="text-white-gray">Best chefs team serve better to our valuable customers</p>
                </div>
                <div class="food-menu-card">
                    <div>

                        <!-- Nav tabs -->
                        <ul class="nav  tabs-menu-nav justify-content-center mb30" role="tablist">
                            <li class="nav-item" role="presentation"><a class="nav-link active show" href="#breakfast" aria-controls="breakfast" role="tab" data-toggle="tab" aria-selected="true">Breakfast</a></li>
                            <li class="nav-item" role="presentation"><a class="nav-link" href="#lunch" aria-controls="lunch" role="tab" data-toggle="tab" aria-selected="false"> Lunch</a></li>
                            <li class="nav-item" role="presentation"><a class="nav-link" href="#dinner" aria-controls="dinner" role="tab" data-toggle="tab" aria-selected="false">Dinner</a></li>
                        </ul>

                        <!-- Tab panes -->
                        <div class="tab-content">
                            <div role="tabpanel" class="tab-pane fade active show" id="breakfast">
                                <div class="row">
                                    <div class="col-md-6 mb20">
                                        <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food1.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food2.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food3.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food4.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food5.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                    </div>
                                      <div class="col-md-6 mb20">
                                        <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food6.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food7.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food8.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food9.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food10.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                    </div>
                                </div>
                            </div>
                            <div role="tabpanel" class="tab-pane fade" id="lunch">
                                   <div class="row">
                                    <div class="col-md-6 mb20">
                                        <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food10.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food9.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food8.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food7.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food6.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                    </div>
                                      <div class="col-md-6 mb20">
                                        <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food5.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food4.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food3.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food2.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food1.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                    </div>
                                </div>
                            </div>   
                            <div role="tabpanel" class="tab-pane fade" id="dinner">
                                   <div class="row">
                                    <div class="col-md-6 mb20">
                                        <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food10.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food9.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food8.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food4.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food5.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                    </div>
                                      <div class="col-md-6 mb20">
                                        <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food6.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food7.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                           <article class="media">
                                            <!-- Article Image -->
                                            <a class="g-width-100" href="#">
                                                <img class="img-fluid mr-4" width="80" src="http://bootstraplovers.com/assan-kit-3.8/bootstrap4/website-templates/classic-template/html/images/resto/food8.jpg" alt="Menu title">
                                            </a>
                                            <!--Image -->
                                            <!--Content -->
                                            <div class="media-body align-self-center g-pl-10">
                                                <div class="d-flex justify-content-between mb10">
                                                    <h3 class="align-self-center text-capitalize mb0 h6 text-white font400">Menu title</h3>

                                                    <div class="align-self-center">
                                                        <strong class="text-white font700">$1.20</strong>
                                                    </div>
                                                </div>

                                                <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
                                            </div>
                                            <!--/Content -->
                                        </article><!--/Article -->
                                       
                                      
                                    </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;}
/*
Foods menu
*/

.food-menu-card {
    padding: 30px 20px;
    background-color: black;
    border-radius: 8px;
}

.food-menu-card .media {
    margin-bottom: 20px;
}

.food-menu-card .media .img-fluid {
    border-radius: 3px;
    width: 80px;
}

.food-menu-card .media .d-flex {
    position: relative;
}

.food-menu-card .media .d-flex:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
}

.food-menu-card .media h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 1.07143rem;
    background-color: #000;
    z-index: 2;
}

.food-menu-card .media strong {
    background-color: #000;
    display: block;
    padding-left: 15px;
    z-index: 2;
    position: relative;
}

.tabs-menu-nav > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    opacity: 0.5;
}

.tabs-menu-nav > li > a.active {
    opacity: 1;
    border-bottom-color: #db2e2e;
}
.media-body, p {
    color: #999;
}

Similar snippets

Bootstrap example and template. Select Content Type

Select Content Type

Bootstrap example and template. Dropdown animation with CSS

Dropdown animation with CSS

Bootstrap example and template. bs4 Responsive Dashboard Menu Cards

bs4 Responsive Dashboard Menu Cards

Bootstrap example and template. Count Menu (no responsive)

Count Menu (no responsive)

Bootstrap example and template. bs4 profile with timeline posts

bs4 profile with timeline posts

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. blog item comments

blog item comments

Bootstrap example and template. media profile

media profile

Bootstrap example and template. bs4 Food Menu

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 5.6K 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