Navigation : Bootstrap Nav Templates Bootstrap Carousel Templates Bootstrap Gallery with Tabs - Bootstrap Gallery - Gallery Example 2 - Gallery Example 3 Bootstrap Vertical Tabs&Pils Gallery Example 3 Home Profile Messages Settings HTML CSS JavaScript Home Profile Messages Settings COPY CODE body a, body .btn { -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; font-family: 'Montserrat', sans-serif; } .shadow-wrapper { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); } .tab-content { margin-top: 50px; margin-bottom: 30px; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border: none !important; color: #FFFFFF; cursor: default; background-color: #00C0FF; font-weight: 500; text-transform: uppercase; -webkit-box-shadow: 1px 1px 1px 0px rgba(233, 233, 233, 1.00); box-shadow: 1px 1px 1px 0px rgba(233, 233, 233, 1.00); } .nav-tabs .nav-link { font-weight: 500; text-transform: uppercase; color: darkslategray; border: none !important; } .nav-link:focus, .nav-link:hover { text-decoration: none; background-color: rgba(0, 0, 0, 0.08); } .nav-tabs { border-bottom: none !important; } .image-box-css>a>img { margin-bottom: 20px; padding-top: 7px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px; margin-bottom: 20px; -webkit-box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.4); box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.4); margin-top: 5px; background-color: rgba(255, 255, 255, 1.00); color: rgba(0, 0, 0, 1.00); } COPY CODE $(document).on(‘click’, ‘[data-toggle=“lightbox”]‘, function (event) { event.preventDefault(); $(this).ekkoLightbox(); }); COPY CODE