Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
/* Quick fix: horizontal scroll */ .table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; } /* Card layout on mobile */ @media (max-width: 600px) { table, thead, tbody, tr, th, td { display: block; } thead tr { display: none; } td::before { content: attr(data-label); font-weight: bold; } }
Result
Open