Tables

Developer
Size
3,011 Kb
Views
24,276

How do I make an tables?

What is a tables? How do you make a tables? This script and codes were developed by Dee Gill on 14 October 2022, Friday.

Tables Previews

Tables - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>tables</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <h3 class="data-description">Last 7 Days</h3> <div> <table class="table"> <tbody> <tr class="table-stream-row"> <td class="table-title"><span>codepen.io</span></td> <td class="table-transaction"><span>35</span></td> <td class="table-revenue">$3,500</td> </tr> <tr> <td class="table-date"><span>1/21/2015</span></td> <td class="table-transaction"><span>7</span></td> <td class="table-revenue">$700</td> </tr> <tr> <td class="table-date"><span>1/20/2015</span></td> <td class="table-transaction"><span>6</span></td> <td class="table-revenue">$600</td> </tr> <tr> <td class="table-date"><span>1/19/2015</span></td> <td class="table-transaction"><span>5</span></td> <td class="table-revenue">$500</td> </tr> <tr> <td class="table-date"><span>1/18/2015</span></td> <td class="table-transaction"><span>4</span></td> <td class="table-revenue">$400</td> </tr> <tr> <td class="table-date"><span>1/17/2015</span></td> <td class="table-transaction"><span>3</span></td> <td class="table-revenue">$300</td> </tr> <tr> <td class="table-date"><span>1/16/2015</span></td> <td class="table-transaction"><span>2</span></td> <td class="table-revenue">$200</td> </tr> <tr> <td class="table-date"><span>1/15/2015</span></td> <td class="table-transaction"><span>1</span></td> <td class="table-revenue">$100</td> </tr> </tbody> </table> </div>
</div>
</body>
</html>

Tables - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
/* INTENT */
html { box-sizing: border-box;
}
*, *:before, *:after { box-sizing: inherit;
}
body { font-family: "Roboto", sans-serif; font-weight: 200px; background: #212324; color: #f7f7f7; margin: 0; padding: 0;
}
.container { margin: 1.5rem 3.5rem;
}
.container > div { padding: 1rem 2rem; line-height: 1.5;
}
.data-description { text-transform: uppercase; line-height: 3rem; background: #282c2d; color: #a3a3a3; margin: 0; padding: 0 1rem; text-align: left;
}
.table { width: 100%; margin-bottom: 1.5rem;
}
.table td { padding: 5px 0;
}
.table-stream-row { font-size: 1.1rem; height: 2rem; vertical-align: top; td: first-child; td-color: #f7f7f7;
}
.table-title { width: 40%;
}
.table-revenue { width: 30%; text-align: right;
}
.table-transaction { width: 30%; text-align: center;
}
Tables - Script Codes
Tables - Script Codes
Home Page Home
Developer Dee Gill
Username deegill
Uploaded October 14, 2022
Rating 3
Size 3,011 Kb
Views 24,276
Do you need developer help for Tables?

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!

Dee Gill (deegill) Script Codes
Create amazing marketing copy 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!