Table

Developer
Size
2,388 Kb
Views
6,072

How do I make an table?

What is a table? How do you make a table? This script and codes were developed by Milano_O on 11 December 2022, Sunday.

Table Previews

Table - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Table</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <table class="pricing-table-grid"> <thead> <tr class="plan"> <th></th> <th class="plan-info"> <strong>Basic Plan</strong> <span>Perfect for individuals and freelancers</span> </th> <th class="plan-info featured"> <strong>Pro Plan</strong> <span>Perfect for pro developers and small teams</span> <div class="popular-badge">Hm</div> </th> <th class="plan-info"> <strong>Enterprise Plan</strong> <span>For large teams and enterprises</span> </th> </tr> </thead> <tbody> <tr class="highlight"> <td class="plan-spec">Price</td> <td>$9 / month</td> <td>$15 / month</td> <td>$50 / month</td> </tr> <tr> <td class="plan-spec">Space</td> <td>100 GB</td> <td>200 GB</td> <td>1000 GB</td> </tr> <tr> <td class="plan-spec">Traffic</td> <td>1 TB</td> <td>2 TB</td> <td>10 TB</td> </tr> <tr> <td class="plan-spec">Users</td> <td>1</td> <td>10</td> <td>Unlimited</td> </tr> <tr> <td class="plan-spec">Websites</td> <td>10</td> <td>50</td> <td>Unlimited</td> </tr> <tr class="order-buttons"> <td class="plan-spec"></td> <td class="plan-order"><a href="#" class="order-a-plan">Order Now</a></td> <td class="plan-order"><a href="#" class="order-a-plan">Order Now</a></td> <td class="plan-order"><a href="#" class="order-a-plan">Contact Us</a></td> </tr> </tbody>
</table>
</body>
</html>

Table - Script Codes CSS Codes

.pricing-table-grid { font-family: Arial, Helvetica, sans-serif; margin: 0 auto; border-spacing: 0; border-collapse: collapse; width: 800px; margin-bottom: 75px;
}
.pricing-table-grid th.plan-info { background-color: #f7f9fc; border: 1px solid #dce1e8; border-bottom: none; padding: 20px 0; box-sizing: border-box;
}
.pricing-table-grid th.plan-info strong { display: block; color: #4a5668; font-size: 18px; margin-bottom: 10px;
}
.pricing-table-grid th.plan-info span { display: block; padding: 0 30px; color: #717d8f; font-size: 13px; font-weight: normal; line-height: 1.4; text-align: center;
}
.pricing-table-grid th.featured { position: relative; width: 230px; overflow: hidden;
}
.pricing-table-grid th.featured .popular-badge { position: absolute; right: -27px; top: 13px; background-color: #6cc76a; box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.09); width: 105px; height: 28px; text-align: center; line-height: 2.5; color: #ffffff; font-size: 11px; font-weight: bold; -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
.pricing-table-grid tbody tr td.plan-spec { color: #6C6B6B; font-size: 13px; font-weight: bold; text-align: right; padding-right: 45px; width: 100px;
}
.pricing-table-grid tbody tr td:not(.plan-spec) { font-size: 18px; color: #608ba1; font-weight: bold; width: 200px; text-align: center; background-color: #ffffff; border: 1px solid #dce1e8; padding: 17px 0; box-sizing: border-box;
}
.pricing-table-grid tbody tr.order-buttons td:not(.plan-spec) { text-align: center; padding: 30px 0; box-sizing: border-box;
}
.pricing-table-grid tbody tr.order-buttons td:not(.plan-spec) a { border-radius: 2px; color: #ffffff; background-color: #efa154; font-size: 16px; font-weight: bold; padding: 13px 30px; box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1); text-decoration: none; white-space: nowrap; box-sizing: border-box;
}
Table - Script Codes
Table - Script Codes
Home Page Home
Developer Milano_O
Username milanodituti
Uploaded December 11, 2022
Rating 3
Size 2,388 Kb
Views 6,072
Do you need developer help for 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!

Milano_O (milanodituti) Script Codes
Create amazing blog posts 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!