Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Service Section with Youtube Embed Video"
Bootstrap 3.0.0 Snippet by
Divscodebd
3.0.0
Preview
HTML
CSS
View Full Screen
Fork
Fork this
10.1K
 
8 Fav
Post to Facebook
Tweet this
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <html> <head> <title>Service Section Design</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <div class="container"> <div class="row mar-top-30"> <div class="col-sm-4"> <div class="box text-center"> <div class="incon-box"> <i class="fa fa-truck" aria-hidden="true"></i> </div> <h3 class="box-tittle">Free Shipping</h3> <p class="box-text">Free Shipping on All Oder $199</p> </div> </div> <div class="col-sm-4"> <div class="box text-center"> <div class="incon-box"> <i class="fa fa-usd" aria-hidden="true"></i> </div> <h3 class="box-tittle">Money Back</h3> <p class="box-text">100% Money Back Guarantee</p> </div> </div> <div class="col-sm-4"> <div class="box text-center"> <div class="incon-box"> <i class="fa fa-yelp" aria-hidden="true"></i> </div> <h3 class="box-tittle">Online Support</h3> <p class="box-text">Service Support First</p> </div> </div> </div> <div class="row mar-top-30"> <div class="col-sm-4"> <div class="box text-center"> <iframe src="https://www.youtube.com/embed/nMBmLLpo9CA" frameborder="0" allowfullscreen></iframe> </div> </div> <div class="col-sm-4"> <div class="box text-center"> <iframe height="315" src="https://www.youtube.com/embed/mc3aTxClUAk" frameborder="0" allowfullscreen></iframe> </div> </div> <div class="col-sm-4"> <div class="box text-center"> <iframe src="https://www.youtube.com/embed/R0g_9g9vb2A" frameborder="0" allowfullscreen></iframe> </div> </div> </div> </div> </body> </html>
.box { cursor: pointer; box-shadow: 0px 2px 10px -4px #333745; padding: 20px 0px; margin-bottom: 20px; } .incon-box i { font-size: 35px; color: #fff; background: #f82e56; height: 55px; width: 55px; line-height: 50px; border: 3px solid transparent; transition: all .4s ease-in; } .box-tittle { font-size: 20px; text-transform: uppercase; color: #333745; line-height: 60px; } .box:hover .incon-box i { background: #fff; border: 3px solid #f82e56; color: #f82e56; transition: all .4s ease-in; } .mar-top-30{ margin-top: 30px; } .box iframe{ width: 100%; height: 180px; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76