"Pricing tables, membership plans"
Bootstrap 3.3.0 Snippet by pintu1611

<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="table-responsive"> <div class="membership-pricing-table"> <table> <tbody><tr> <th></th> <th class="plan-header plan-header-blue"> <div class="pricing-plan-name diamond">VIP RESERVE</div> <div class="pricing-plan-price"> </div> </th> <th class="plan-header plan-header-blue"> <div class="pricing-plan-name gold">GOLD RESERVE</div> <div class="pricing-plan-price"> </div> </th> <th class="plan-header plan-header-blue"> <div class="pricing-plan-name grey">GENERAL ADMISSION</div> <div class="pricing-plan-price"> </div> </th> </tr> <tr> <td>VIP Hostess</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>VIP Welcome Beverage</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>Welcome Beverage</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>VIP Goodie Bag</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>VIP Premium Row/Floor Table Seating</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>Plush Individual Comfort Seats</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>Individual Comfort Seats</td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>Booth Bench Seats</td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> </tr> <tr> <td>Elevated/Floor Premium Table Seating</td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>Elevated Fixed Booth Seating</td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> </tr> <tr> <td>VIP Table Butler Service</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>Champagne & Oyster Bar Access</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> </tr> <tr> <td>Enchanted Bar Access</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> </tr> <tr> <td>VIP Meet & Greet</td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> </tr> <tr> <td>Photo With Enchanted Star(s)</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> <td><span class="icon-no glyphicon glyphicon-remove-circle"></span></td> </tr> <tr> <td>Full Enchanted Show Experience</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> </tr> <tr> <td>Enchanted After Party Access</td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> <td><span class="icon-yes glyphicon glyphicon-ok-circle"></span></td> </tr> </tbody></table> </div> </div>
.gold{background: #D4AF37}; .membership-pricing-table { width: 100%;} .membership-pricing-table table .icon-no,.membership-pricing-table table .icon-yes { font-size: 16px } .membership-pricing-table table .icon-no { color: #a93717 } .membership-pricing-table table .icon-yes { color: #209e61 } .grey{ background:#808080; } .diamond{background: #b9f2ff;} .membership-pricing-table table .plan-header { text-align: center; font-size: 20px; } .membership-pricing-table table .plan-header-free { background-color: #eee; color: #555 } .membership-pricing-table table .plan-header-blue { color: #fff; background-color: #61a1d1; border-color: #3989c6 } .membership-pricing-table table .plan-header-standard { color: #fff; background-color: #ff9317; border-color: #e37900 } .membership-pricing-table table td { text-align: center; width: 15%; padding: 7px 10px; background-color: #fafafa; font-size: 14px; -webkit-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset } .membership-pricing-table table,.membership-pricing-table table td { border: 1px solid #ebebeb } .membership-pricing-table table tr td:first-child { background-color: transparent; text-align: right; width: 24% } .membership-pricing-table table tr td:nth-child(5) { background-color: #FFF } .membership-pricing-table table tr:first-child td,.membership-pricing-table table tr:nth-child(2) td { -webkit-box-shadow: none; box-shadow: none } .membership-pricing-table table tr:first-child th:first-child { border-top-color: transparent; border-left-color: transparent; border-right-color: #e2e2e2 } .membership-pricing-table table tr:first-child th .pricing-plan-name { font-size: 20px } .membership-pricing-table table tr:first-child th .pricing-plan-price { line-height: 35px } .membership-pricing-table table tr:first-child th .pricing-plan-price>sup { font-size: 45% } .membership-pricing-table table tr:first-child th .pricing-plan-price>span { font-size: 30% } .membership-pricing-table table tr:first-child th .pricing-plan-period { margin-top: -7px; font-size: 25% } .membership-pricing-table table .header-plan-inner { position: relative } .membership-pricing-table table .recommended-plan-ribbon { box-sizing: content-box; background-color: #dc3b5d; color: #FFF; position: absolute; padding: 3px 6px; font-size: 11px!important; font-weight: 500; left: -6px; top: -22px; z-index: 99; width: 100%; -webkit-box-shadow: 0 -1px #c2284c inset; box-shadow: 0 -1px #c2284c inset; text-shadow: 0 -1px #c2284c } .membership-pricing-table table .recommended-plan-ribbon:before { border: solid; border-color: #c2284c transparent; border-width: 6px 0 0 6px; bottom: -5px; content: ""; left: 0; position: absolute; z-index: 90 } .membership-pricing-table table .recommended-plan-ribbon:after { border: solid; border-color: #c2284c transparent; border-width: 6px 6px 0 0; bottom: -5px; content: ""; right: 0; position: absolute; z-index: 90 } .membership-pricing-table table .plan-head { box-sizing: content-box; background-color: #ff9c00; border: 1px solid #cf7300; position: absolute; top: -33px; left: -1px; height: 30px; width: 100%; border-bottom: none }

Related: See More


Questions / Comments: