4 Cards Responsive Pricing Table with Animation Using HTML and CSS (Free Source Code)
Designing clean, professional and navigable price tables is perhaps one of the essential aspects of modern web design. Thanks to 4 Cards Responsive Pricing Table with Animation Using HTML and CSS, is a perfect solution for every one who wants to show the price offers on the website.
As usual, this tutorial comes with the complete source codes for free; you only have to copy it to form a jaw-dropping pricing table.
GitHub Source: Responsive Pricing Table with Animation
Features
This pricing table comes with several unique and practical features:
- Easy to Customize: The code is easy to integrate, and you can make changes to the code depending on the results you want.
- Stars Animation Background: Star-drop animated background is not only colorful and a good example of active design, but also looks more professional.
- Compatibility: Compatible with all active website browsers and is fully compatible with mobile, tablet as well as the desktop devices.
- Clean Code: Clean and documented code makes it easier to understand and manage.
Technologies Used
- HTML (Hypertext Markup Language)
- CSS (Cascading Style Sheets)
Recommended for You
- Modern Animated Pricing Table
- Simple Pricing Table with 3 Cards
- Pricing Table with Two Cards Toggle
- MCQ Quiz App
- Responsive Salary Calculator
Video Tutorial
Steps to Build Responsive Pricing Table
- Create Project Folder: First step is to create new directory for you project where all files relating to project will be stored.
- Create index.html: Within the project folder, design an HTML file to be known as index.html.
- Create style.css: Put in the same directory a CSS file called style.css for styling the whole table.
- Copy & Paste Code: You have to insert the following source codes into the corresponding files in order to generate an instant pricing table.
HTML
Here is the HTML code for your index.html file:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>4 Cards Pricing Table with Animation</title> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Font Awesome --> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet"> <!-- Custom CSS --> <link rel="stylesheet" href="style.css"> </head> <body> <div id="mainCoantiner"> <!--dust particel--> <div class="margin-body"> <div> <div class="starsec"></div> <div class="starthird"></div> <div class="starfourth"></div> <div class="starfifth"></div> </div> <!--Dust particle end---> <div class="row"> <div class="col-sm-12 col-md-12"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <div class="title-h1 text-center"><span><span class="light">pricing </span> table</span></div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-3 col-md-3 pricing-column-wrapper"> <div class="pricing-column"> <div class="pricing-price-row"> <div class="pricing-price-wrapper"> <div class="pricing-price"> <div class="pricing-cost">$10</div> <div class="time">Per Month</div> </div> </div> </div> <div class="pricing-row-title"> <div class="pricing_row_title">tiny</div> </div> <figure class="pricing-row">Basic for personal use</figure> <figure class="pricing-row">1 GB storage included</figure> <figure class="pricing-row strike">No domain support</figure> <figure class="pricing-row strike">Limited email accounts</figure> <div class="pricing-footer"> <div class="gem-button-container gem-button-position-center"><a href="#" class="gem-button gem-green">order now</a></div> </div> </div> </div> <div class="col-sm-3 col-md-3 pricing-column-wrapper"> <div class="pricing-column"> <div class="pricing-price-row"> <div class="pricing-price-wrapper"> <div class="pricing-price"> <div class="pricing-cost">$45</div> <div class="time">Per Month</div> </div> </div> </div> <div class="pricing-row-title"> <div class="pricing_row_title">small</div> </div> <figure class="pricing-row">Small business solution</figure> <figure class="pricing-row">10 GB storage capacity</figure> <figure class="pricing-row">Includes custom domain</figure> <figure class="pricing-row strike">Standard support only</figure> <div class="pricing-footer"> <div class="gem-button-container gem-button-position-center"><a class="gem-button gem-purpel">order now</a></div> </div> </div> </div> <div class="col-sm-3 col-md-3 pricing-column-wrapper"> <div class="pricing-column"> <div class="pricing-price-row"> <div class="pricing-price-wrapper"> <div class="pricing-price"> <div class="pricing-cost">$99</div> <div class="time">Per Month</div> </div> </div> </div> <div class="pricing-row-title"> <div class="pricing_row_title">medium</div> </div> <figure class="pricing-row">Business-friendly package</figure> <figure class="pricing-row">50 GB storage provided</figure> <figure class="pricing-row">Free domain and SSL</figure> <figure class="pricing-row strike">Priority support added</figure> <div class="pricing-footer"> <div class="gem-button-container gem-button-position-center"> <a class="gem-button gem-orange">order now</a></div> </div> </div> </div> <div class="col-sm-3 col-md-3 pricing-column-wrapper"> <div class="pricing-column"> <div class="pricing-price-row"> <div class="pricing-price-wrapper"> <div class="pricing-price"> <div class="pricing-cost">$145</div> <div class="time" style="display:inline-block;">Per Month</div> </div> </div> </div> <div class="pricing-row-title"> <div class="pricing_row_title">large</div> </div> <figure class="pricing-row">Best for enterprises</figure> <figure class="pricing-row">200 GB storage space</figure> <figure class="pricing-row">Premium domain and CDN</figure> <figure class="pricing-row strike">24/7 support guaranteed</figure> <div class="pricing-footer"> <div class="gem-button-container gem-button-position-center"><a class="gem-button gem-yellow">order now</a></div> </div> </div> </div> </div> </div> </div> </body> </html>
CSS
Here is the complete code for style.css file to style the pricing table:
/* Designed By JV Codes */ body { background-color: #181828; } #mainCoantiner{ background-color: #181828; height:100%; width:100%; padding: 0px; } /* Background Stars Animation */ .starsec{ content: " "; position: absolute; width: 3px; height: 3px; background: transparent; box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336; animation: animStar 150s linear infinite; } .starthird { content: " "; position: absolute; width: 3px; height: 3px; background: transparent; box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336; animation: animStar 10s linear infinite; } .starfourth { content: " "; position: absolute; width: 2px; height: 2px; background: transparent; box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336; animation: animStar 50s linear infinite; } .starfifth { content: " "; position: absolute; width: 1px; height: 1px; background: transparent; box-shadow: 571px 173px #00BCD4, 1732px 143px #00BCD4, 1745px 454px #FF5722, 234px 784px #00BCD4, 1793px 1123px #FF9800, 1076px 504px #03A9F4, 633px 601px #FF5722, 350px 630px #FFEB3B, 1164px 782px #00BCD4, 76px 690px #3F51B5, 1825px 701px #CDDC39, 1646px 578px #FFEB3B, 544px 293px #2196F3, 445px 1061px #673AB7, 928px 47px #00BCD4, 168px 1410px #8BC34A, 777px 782px #9C27B0, 1235px 1941px #9C27B0, 104px 1690px #8BC34A, 1167px 1338px #E91E63, 345px 1652px #009688, 1682px 1196px #F44336, 1995px 494px #8BC34A, 428px 798px #FF5722, 340px 1623px #F44336, 605px 349px #9C27B0, 1339px 1344px #673AB7, 1102px 1745px #3F51B5, 1592px 1676px #2196F3, 419px 1024px #FF9800, 630px 1033px #4CAF50, 1995px 1644px #00BCD4, 1092px 712px #9C27B0, 1355px 606px #F44336, 622px 1881px #CDDC39, 1481px 621px #9E9E9E, 19px 1348px #8BC34A, 864px 1780px #E91E63, 442px 1136px #2196F3, 67px 712px #FF5722, 89px 1406px #F44336, 275px 321px #009688, 592px 630px #E91E63, 1012px 1690px #9C27B0, 1749px 23px #673AB7, 94px 1542px #FFEB3B, 1201px 1657px #3F51B5, 1505px 692px #2196F3, 1799px 601px #03A9F4, 656px 811px #00BCD4, 701px 597px #00BCD4, 1202px 46px #FF5722, 890px 569px #FF5722, 1613px 813px #2196F3, 223px 252px #FF9800, 983px 1093px #F44336, 726px 1029px #FFC107, 1764px 778px #CDDC39, 622px 1643px #F44336, 174px 1559px #673AB7, 212px 517px #00BCD4, 340px 505px #FFF, 1700px 39px #FFF, 1768px 516px #F44336, 849px 391px #FF9800, 228px 1824px #FFF, 1119px 1680px #FFC107, 812px 1480px #3F51B5, 1438px 1585px #CDDC39, 137px 1397px #FFF, 1080px 456px #673AB7, 1208px 1437px #03A9F4, 857px 281px #F44336, 1254px 1306px #CDDC39, 987px 990px #4CAF50, 1655px 911px #00BCD4, 1102px 1216px #FF5722, 1807px 1044px #FFF, 660px 435px #03A9F4, 299px 678px #4CAF50, 1193px 115px #FF9800, 918px 290px #CDDC39, 1447px 1422px #FFEB3B, 91px 1273px #9C27B0, 108px 223px #FFEB3B, 146px 754px #00BCD4, 461px 1446px #FF5722, 1004px 391px #673AB7, 1529px 516px #F44336, 1206px 845px #CDDC39, 347px 583px #009688, 1102px 1332px #F44336, 709px 1756px #00BCD4, 1972px 248px #FFF, 1669px 1344px #FF5722, 1132px 406px #F44336, 320px 1076px #CDDC39, 126px 943px #FFEB3B, 263px 604px #FF5722, 1546px 692px #F44336; animation: animStar 80s linear infinite; } @keyframes animStar { 0% { transform: translateY(0px); } 100% { transform: translateY(-2000px); } } /***********pricing table**********/ .title-h1 { margin-top:0.5em; margin-bottom: 1.4em; letter-spacing: 0.05em; text-transform: uppercase; line-height: inherit; color: #ffffff; font-size: 38px; } .title-h1 .light { font-weight: normal; } .pricing-price-wrapper { background-color: rgba(71, 71, 72, 0.2); border-top-right-radius: 50%; border-top-left-radius: 50%; padding-top: 45px; padding-bottom: 34px; text-align: center; box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.13), -20px -20px 60px rgba(29, 29, 29, 0.08); } .pricing-price { background-color: #393b4a; background-color: #00bcd4; -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31); -moz-box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31); box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31); color: #fff; border-radius: 50%; height: 180px; width: 180px; display: inline-block; padding-top: 46px; } .pricing-cost { font-size: 50px; font-weight: 300; line-height: 1; } .pricing-table-style-4 .time { font-size: 24px; font-weight: 300; } .pricing-row-title { background-color: #303241; padding: 26px 10px; text-align: center; } .pricing_row_title { color: #00bcd4; line-height: 38px; font-size: 24px; font-weight: 700; text-transform: uppercase; } .pricing-table.pricing-table-style-4 .pricing-row { background-color: #393b4a; } .pricing-table-style-4 figure.pricing-row:first-of-type { padding-top: 15px; } .pricing-table-style-4 .pricing-row { padding: 5px 10px; } figure { margin: 0; display: block; } figure { display: block; padding-block-start: 0.4em; padding-block-end: 0.4em; padding-inline-start: 40px; padding-inline-end: 40px; background-color: rgba(51, 51, 51, 0.4117647058823529); text-align: left; } .pricing-row:before { vertical-align: middle; content: "\f058"; font-family: "Font Awesome 5 Free"; color: #00bfa5; text-align: center; padding-right: 10px; } .strike:before { content:none; } .pricing_row_title { color: #00bcd4; } body { color: #5f727f; } .pricing-column { float: none; display: inline-block; text-align: left; vertical-align: top; margin-bottom: 42px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .pricing-column-wrapper { min-width: 271px; text-align: center; } .pricing-row-title { background-color: rgba(48, 50, 65, 0.2); } .margin-body { position: relative; width: 90%; box-sizing: border-box; margin: auto; } .pricing-row { border-top: 1px solid #7273723b; } .pricing-price-wrapper { border-top-right-radius: 50%; border-top-left-radius: 50%; padding-top: 45px; } .pricing-column-wrapper + .pricing-column-wrapper .pricing-price { background-color: #a637ec; -webkit-box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31); -moz-box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31); box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31); } .strike { text-decoration: line-through; color: #99a9b5; } .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title { color: #a637ec; } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title { color: #ee417c; } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price { background-color: #ee417c; -webkit-box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31); -moz-box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31); box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31); } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title { color: #ff994e; } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price { background-color: #ff994e; -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31); -moz-box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31); box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31); } .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before{ color: #a637ec; } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before { color: #ee417c; } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before { color: #ff994e; } .gem-button { cursor: pointer; border-width: 2px; line-height: 36px; border-style: solid; background: transparent; height: 40px; line-height: 40px; padding: 0 17px; font-size: 14px; margin: 25px; position: relative; display: inline-block; text-align: center; text-transform: uppercase; white-space: nowrap; vertical-align: middle; text-decoration: none; } .gem-green { border-radius: 0px; border-color: rgb(0, 188, 212); color: rgb(0, 188, 212) !important; } .gem-green:hover { background-color: rgb(0, 188, 212); color: rgb(255, 255, 255) !important; } .gem-purpel { border-radius: 0px; border-color: rgb(166, 55, 236); color: rgb(166, 55, 236) !important; } .gem-purpel:hover { background-color: #a637ec; color: rgb(255, 255, 255) !important; } .gem-orange { border-radius: 0px; border-color: #ee417c; color: #ee417c !important; } .gem-orange:hover { background-color: #ee417c; color: rgb(255, 255, 255) !important; } .gem-yellow { border-radius: 0px; border-color: #ff994e; color: #ff994e !important; } .gem-yellow:hover { background-color: #ff994e; color: rgb(255, 255, 255) !important; } .gem-button-position-center { text-align: center; display: block; background-color: rgba(0, 0, 0, 0.16862745098039217); border-radius: 0px 0px 10px 10px; } .pricing-column:hover .pricing-price-wrapper { box-shadow: 0px 35px 80px rgba(4, 255, 236, 0.25), 0px 0px 0px rgba(10, 197, 173, 0.33); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .pricing-column:hover { overflow:hidden; } .pricing-column-wrapper + .pricing-column-wrapper .pricing-column:hover .pricing-price-wrapper { box-shadow: 0px 35px 80px rgba(230, 2, 241, 0.34), 0px 0px 0px rgba(21, 21, 20, 0.79); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-column:hover .pricing-price-wrapper { box-shadow: 0px 35px 80px rgba(255, 4, 166, 0.25), 0px 0px 0px rgba(222, 6, 84, 0.33); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-column:hover .pricing-price-wrapper { box-shadow: 0px 35px 80px rgba(241, 139, 2, 0.34), 0px 0px 0px rgba(21, 21, 20, 0.79); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
Download Source Code
We want to inform you that the source code for 4 Cards Responsive Pricing Table with Animation is available for free download. It is royalty free so you can use it for personal and revenue generating purposes.
You can get it started by clicking the download button below.
Conclusion
Importantly the 4 Cards Responsive Pricing Table with Animation Using HTML and CSS is a simple way to add a professional pricing section to your website.
This code can be copied for your websites and supporting JV Source Codes in return for a link back. Oh and remember to subscribe to our channel for more awesome tutorials. In case of any difficulties, feel free to comment below and I’ll guide you through!