Bootstrap 3 Price Table

Developer
Size
2,655 Kb
Views
30,360

How do I make an bootstrap 3 price table?

What is a bootstrap 3 price table? How do you make a bootstrap 3 price table? This script and codes were developed by Honglio on 11 August 2022, Thursday.

Bootstrap 3 Price Table Previews

Bootstrap 3 Price Table - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Bootstrap 3 Price Table</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container-fluid"> <div class="container"> <div class="row"> <!-- Services One --> <div class="col-xs-12 col-sm-6 col-md-3"> <div class="modul-price-one mso-icon-ten"> <div class="hi-icon-wrap hi-icon-effect-9 hi-icon-effect-9b mso-icon-space"> <div class="hi-icon"> <h1>$199</h1> <h6>/ Month</h6> </div> </div> <h2>Basic</h2> <ul> <li>Web Hosting</li> <li>Server Client</li> <li>Global Domain</li> <li>Unlimited E-Mail</li> <li>20GB Storage</li> </ul> <a class="btn btn-default btn-lg">Purchase</a> </div> </div> <!-- Services Two --> <div class="col-xs-12 col-sm-6 col-md-3 modul-phone"> <div class="modul-price-one mso-icon-ten"> <div class="hi-icon-wrap hi-icon-effect-9 hi-icon-effect-9b mso-icon-space"> <div class="hi-icon"> <h1>$299</h1> <h6>/ Month</h6> </div> </div> <h2>Standart</h2> <ul> <li>Web Hosting</li> <li>Server Client</li> <li>Global Domain</li> <li>Unlimited E-Mail</li> <li>20GB Storage</li> </ul> <a class="btn btn-default btn-lg">Purchase</a> </div> </div> <!-- Services Three --> <div class="col-xs-12 col-sm-6 col-md-3 modul-phone"> <div class="modul-price-one mso-icon-ten"> <div class="hi-icon-wrap hi-icon-effect-9 hi-icon-effect-9b mso-icon-space"> <div class="hi-icon"> <h1>$399</h1> <h6>/ Month</h6> </div> </div> <h2>Professional</h2> <ul> <li>Web Hosting</li> <li>Server Client</li> <li>Global Domain</li> <li>Unlimited E-Mail</li> <li>20GB Storage</li> </ul> <a class="btn btn-primary btn-lg">Purchase</a> </div> </div> <!-- Services Four --> <div class="col-xs-12 col-sm-6 col-md-3 modul-phone"> <div class="modul-price-one mso-icon-ten"> <div class="hi-icon-wrap hi-icon-effect-9 hi-icon-effect-9b mso-icon-space"> <div class="hi-icon"> <h1>$499</h1> <h6>/ Month</h6> </div> </div> <h2>Unlimited</h2> <ul> <li>Web Hosting</li> <li>Server Client</li> <li>Global Domain</li> <li>Unlimited E-Mail</li> <li>20GB Storage</li> </ul> <a class="btn btn-default btn-lg">Purchase</a> </div> </div> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Bootstrap 3 Price Table - Script Codes CSS Codes

body { background-color: #999;
}
.modul-price-one { text-align: center; padding-top: 30px; padding-bottom: 40px; border-bottom: 4px solid; background-color: rgb(243, 245, 247);
}
.modul-price-one ul { list-style: none; margin: 0; padding: 0;
}
.modul-price-one ul li { border-bottom: 1px solid; padding-top: 10px; padding-bottom: 10px;
}
.modul-price-one ul li:last-child { border-bottom: none; padding-bottom: 30px;
}
.latest-tweet-icon { padding: 30px; border-radius: 50%; border: 8px solid;
}
.mso-icon-ten-space { margin-bottom: 23px;
}
.hi-icon h1 { font-size: 220%; font-weight: 400; margin-top: 30px;
}
.hi-icon h6 { font-size: 100%; font-weight: 400; margin-top: 0px; margin-bottom: 0px;
}
.mso-icon-ten:hover h1,
.mso-icon-ten:hover h3,
.mso-icon-ten:hover h4,
.mso-icon-ten:hover h5,
.mso-icon-ten:hover h6 { -webkit-transition: color 1s; -moz-transition: color 1s; transition: color 1s;
}
.mso-icon-ten .hi-icon { display: inline-block; cursor: pointer; margin: 15px 30px; width: 120px; height: 120px; border-radius: 50%; text-align: center; position: relative; z-index: 1;
}
.mso-icon-ten .hi-icon:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.mso-icon-ten .hi-icon:before { speak: none; line-height: 80px; display: block;
}
.mso-icon-ten:hover .hi-icon:before { -webkit-animation: toBottomFromTop 0.4s forwards; -moz-animation: toBottomFromTop 0.4s forwards; animation: toBottomFromTop 0.4s forwards;
}
.mso-icon-ten .hi-icon-effect-9 .hi-icon { -webkit-transition: box-shadow 0.2s; -moz-transition: box-shadow 0.2s; transition: box-shadow 0.2s;
}
.mso-icon-ten .hi-icon-effect-9 .hi-icon:after { top: 0; left: 0; padding: 0; box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.07); -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -moz-transition: -moz-transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s;
}
.mso-icon-ten:hover .hi-icon-effect-9b .hi-icon:after { -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85);
}
.mso-icon-ten:hover .hi-icon-effect-9b .hi-icon { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.14);
}
.mso-icon-ten .hi-icon,
.mso-icon-ten:hover .hi-icon-effect-9b .hi-icon,
.advert-ul-one li i,
.blog-date-circle h5,
.blog-date-circle p,
.mso-icon-ten:hover .hi-icon h1,
.mso-icon-ten:hover .hi-icon h6,
.footer-three h6{ color: #fff;
}
.mso-icon-ten:hover .hi-icon,
.advert-ul-one li i,
.nill-box-menu li:hover > a,
.nill-box-menu li.current > a,
.nill-box-menu form .button { background: #34BA69;
}
.mso-icon-ten .hi-icon,
.blog-date-circle,
.grid figcaption { background-color: #1DAC56;
}
Bootstrap 3 Price Table - Script Codes
Bootstrap 3 Price Table - Script Codes
Home Page Home
Developer Honglio
Username honglio
Uploaded August 11, 2022
Rating 3
Size 2,655 Kb
Views 30,360
Do you need developer help for Bootstrap 3 Price Table?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Honglio (honglio) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!