Responsive table

Developer
Size
2,426 Kb
Views
80,960

How do I make an responsive table?

What is a responsive table? How do you make a responsive table? This script and codes were developed by Adem Ilter on 11 June 2022, Saturday.

Responsive table Previews

Responsive table - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>responsive table</title> <meta name="viewport" content="width=device-width"> <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="Tables">
</div>
</body>
</html>

Responsive table - Script Codes CSS Codes

* { margin: 0; padding: 0;
}
*, *:before, *:after { box-sizing: inherit;
}
html { font-size: 15px; color: #333;
}
.Tables { overflow: hidden; margin: 40px auto; table-layout: fixed;
}
@media (min-width: 992px) { .Tables { width: 970px; }
}
.Table { width: 100%; margin-bottom: 30px; table-layout: fixed;
}
@media (min-width: 992px) { .Table { width: 25%; margin-bottom: 0; float: left; table-layout: auto; }
}
@media (min-width: 992px) { .Table:first-child { width: 50%; }
}
.Table table { width: 100%;
}
.Table tr + tr { border-top: 1px solid #eee;
}
.Table td { padding: 20px;
}
@media (min-width: 992px) { .Table td { text-align: center; }
}
.Table .td-title { color: #999;
}
@media (min-width: 992px) { .Table .td-title { text-align: left; border-right: 1px solid #eee; }
}
.Table .td-title + td { background-color: #f9f9f9;
}
@media (min-width: 992px) { .Table .td-title + td { background-color: transparent; }
}
.Table + .Table table { border-left: 1px solid #eee;
}
@media (min-width: 992px) { .Table + .Table .td-title:first-child { display: none; }
}
.Button { display: block; padding: 12px 0; color: #fff; background-color: #00b2bd; text-decoration: none; border-radius: 3px; text-align: center;
}
Responsive table - Script Codes
Responsive table - Script Codes
Home Page Home
Developer Adem Ilter
Username ademilter
Uploaded June 11, 2022
Rating 4.5
Size 2,426 Kb
Views 80,960
Do you need developer help for Responsive 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!

Adem Ilter (ademilter) Script Codes
Create amazing art & images 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!