Table Classes

Developer
Size
2,645 Kb
Views
12,144

How do I make an table classes?

What is a table classes? How do you make a table classes? This script and codes were developed by Thomas Hare on 17 November 2022, Thursday.

Table Classes Previews

Table Classes - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Table Classes</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="card headings-center hover no-empty striped"> <tr> <th width="20%">Name</th> <th width="40%">Address</th> <th width="15%">Phone #</th> <th width="30%">Facebook</th> </tr> <tr> <td>Moises Arias</td> <td>1234 W Fake St. Phoenix, AZ 85032</td> <td><a href="tel:480-123-5678">(480) 123-5678</a></td> <td><a href="#">facebook.com/moises-arias</a></td> </tr> <tr> <td>Carlos Estrada</td> <td>1234 W Fake St. Phoenix, AZ 85032</td> <td>(480) 123-5678</td> <td></td> </tr> <tr class="disabled"> <td>Stephanie Estrada</td> <td>1234 W Fake St. Phoenix, AZ 85032</td> <td>(480) 123-5678</td> <td><a href="https://www.google.com">disabled-link</a></td> </tr>
</table>
</body>
</html>

Table Classes - Script Codes CSS Codes

body { font-family: 'Helvetica Neaue', 'Helvetica', 'Calibri', 'arial', sans-serif; font-size: 0.85rem;
}
table { width: 100%;
}
table tr th,
table tr td { padding: 10px 5px; text-align: left;
}
table tr th a,
table tr td a { text-decoration: none;
}
table tr th { border-bottom: solid #eee 1px;
}
table tr.disabled { background-color: #f0f0f0;
}
table tr.disabled td { cursor: not-allowed; opacity: 0.3;
}
table tr.disabled td a { color: inherit; pointer-events: none;
}
table.stripe th,
table.striped th { border: none;
}
table.stripe tr:nth-child(even),
table.striped tr:nth-child(even) { background-color: #eee;
}
table.no-empty td:empty:after { content: 'N/A';
}
table.headings-center th { text-align: center;
}
table.card { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); margin: 20px 1%; width: 98%;
}
table.card.hover { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
table.card.hover:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
Table Classes - Script Codes
Table Classes - Script Codes
Home Page Home
Developer Thomas Hare
Username tommyhare
Uploaded November 17, 2022
Rating 3
Size 2,645 Kb
Views 12,144
Do you need developer help for Table Classes?

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!

Thomas Hare (tommyhare) Script Codes
Create amazing web content 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!