Skip to content

Instantly share code, notes, and snippets.

View 4DRIAN0RTIZ's full-sized avatar

Adrian Ortiz 4DRIAN0RTIZ

View GitHub Profile
@luisciphere
luisciphere / Bootstrap Table CSS
Last active January 31, 2025 15:35
Bootstrap tables only css
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;