Bootstrap snippet and html example. bs4 Food Menu

Bootstrap 4.3.1 snippet "bs4 Food Menu" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: menu,food

HTML code

Clean, semantic HTML that powers this Bootstrap 4.3.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<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

Scoped CSS that styles the component. Paste it after Bootstrap 4.3.1 to keep the design, spacing, and responsiveness consistent.

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. home menu blockquote box jquery2dotnet

home menu blockquote box jquery2dotnet

Bootstrap example and template. bs4 navbar with dropdown animations

bs4 navbar with dropdown animations

Bootstrap example and template. Home menu

Home menu

Bootstrap example and template. Google plus navbar style

Google plus navbar style

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Social Media Button Design

Social Media Button Design

Bootstrap example and template. Complete User Profile Page for Bootstrap

Complete User Profile Page for Bootstrap

Bootstrap example and template. Sidebar left menu

Sidebar left menu

FAQ

How do I use this snippet?

Include Bootstrap 4.3.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 4.3.1.

Bootstrap example and template. bs4 Food Menu

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 6.4K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

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