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
"Product List View"
Bootstrap 3.3.0 Snippet by
galfridman
3.3.0
Preview
HTML
CSS
View Full Screen
Forked from
Fork
Fork this
Parent
1.3K
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <div class="col-md-3"> <ul class="widget-products"> <li> <a href="#"> <span class="img"> <img class="img-thumbnail" src="http://lorempixel.com/400/400/food/1/" alt=""> </span> <span class="product clearfix"> <span class="name"> Product name 1 </span> <span class="price"> <i class="fa fa-money"></i> $320,00 </span> </span> </a> </li> <li> <a href="#"> <span class="img"> <img class="img-thumbnail" src="http://lorempixel.com/400/400/food/2/" alt=""> </span> <span class="product clearfix"> <span class="name"> Product name 2 </span> <span class="price"> <i class="fa fa-money"></i> $273,68 </span> </span> </a> </li> <li> <a href="#"> <span class="img"> <img class="img-thumbnail" src="http://lorempixel.com/400/400/food/3/" alt=""> </span> <span class="product clearfix"> <span class="name"> Product name 3 </span> <span class="price"> <i class="fa fa-money"></i> $447,29 </span> </span> </a> </li> <li> <a href="#"> <span class="img"> <img class="img-thumbnail" src="http://lorempixel.com/400/400/food/4/" alt=""> </span> <span class="product clearfix"> <span class="name"> Product name 4 </span> <span class="price"> <i class="fa fa-money"></i> $447,29 </span> </span> </a> </li> </ul> </div>
.widget-products li>a:after { content: "\f138"; font-family: FontAwesome; font-size: 0.875em; font-style: normal; font-weight: normal; margin-top: 32px; position: absolute; right: 10px; text-decoration: inherit; top: 0; color: #cccccc; font-size: 1.3em; } .btn-success { background-color: #2ecc71; border-color: #27ae60; } .btn { border: none; padding: 6px 12px; border-bottom: 4px solid; -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s; transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s; outline: none; } .checkbox-nice label { padding-top: 3px; } label { font-weight: 400; font-size: 0.875em; } .checkbox-nice input[type=checkbox] { visibility: hidden; } .checkbox-nice { position: relative; padding-left: 15px; } .widget-todo .name { float: left; } .widget-todo>li { border-bottom: 1px solid #ebebeb; padding: 10px 5px; } .widget-todo { list-style: none; margin: 0; padding: 0; } .widget-products li .product>.warranty>i { color: #f1c40f; } .widget-products li .product>.warranty { display: block; text-decoration: none; width: 50%; float: left; font-size: 0.875em; } .widget-products li .product>.price>i { color: #2ecc71; } .widget-products li .product>.price { display: block; text-decoration: none; width: 50%; float: left; font-size: 0.875em; } .widget-products li .product>.name { display: block; font-weight: 600; padding-bottom: 7px; } .widget-products li .product { display: block; margin-left: 90px; margin-top: 19px; } .widget-products li .img { display: block; float: left; text-align: center; width: 70px; height: 68px; overflow: hidden; margin-top: 7px; } .widget-products li>a { height: 88px; display: block; width: 100%; color: #344644; padding: 3px 10px; position: relative; -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s; transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s; } .widget-products li { border-bottom: 1px solid #ebebeb; } .widget-products { list-style: none; margin: 0; padding: 0; } .widget-users li { border-bottom: 1px solid #ebebeb; padding: 15px 0; height: 96px; } .label { border-radius: 3px; font-size: 0.875em; font-weight: 600; } .widget-users li>.details>.time { color: #3498db; font-size: 0.75em; padding-bottom: 7px; } .widget-users li>.details>.name>a { color: #344644; } .widget-users li>.details>.name { font-weight: 600; } .widget-users li>.details { margin-left: 60px; } .widget-users li>.img { float: left; margin-top: 8px; width: 50px; height: 50px; overflow: hidden; border-radius: 50%; } .widget-users { list-style: none; margin: 0; padding: 0; } .tabs-wrapper.tabs-no-header .tab-content { padding: 0 20px 20px; } .nav-tabs>li>a { border-radius: 0; font-size: 1.125em; font-weight: 300; outline: none; color: #555; margin-right: 3px; } .nav>li { float: left; } .tabs-wrapper .nav-tabs { margin-bottom: 15px; } .nav-tabs { background: #d0d8de; border-color: transparent; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .main-box { background: #FFFFFF; -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC; -moz-box-shadow: 1px 1px 2px 0 #CCCCCC; -o-box-shadow: 1px 1px 2px 0 #CCCCCC; -ms-box-shadow: 1px 1px 2px 0 #CCCCCC; box-shadow: 1px 1px 2px 0 #CCCCCC; margin-bottom: 16px; -webikt-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76