HTMLify
b43ufjqdvtudtonx4isd.html
Views: 46 | Author: devwajahat
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <div style="font-family: -apple-system, sans-serif; max-width: 100%; overflow-x: auto; padding: 1rem;"> <style> .embedded-table { width: 100%; border-collapse: collapse; } .embedded-table th, .embedded-table td { border: 1px solid #e5e7eb; padding: 1rem; vertical-align: top; } .embedded-table th { background: #f8fafc; font-size: 1.1rem; text-align: left; } .embedded-table .sr { width: 40px; text-align: center; background: #f8fafc; font-weight: bold; color: #6b7280; } .embedded-table h3 { margin-top: 0; font-size: 1rem; color: #111827; } .embedded-table p { margin-bottom: 0; color: #374151; } </style> <table class="embedded-table" id="compare-table"> <thead> <tr id="header-row"> <th class="sr">#</th> <th class="">Topic 1</th> <th class="">New Topic</th><th class="">New Topic</th> </tr> </thead> <tbody id="table-body"> <tr> <td class="sr">1</td> <td class=""><h3>Point 1</h3><p>Description...</p></td> <td class="" spellcheck="false"><p><br></p></td><grammarly-extension data-grammarly-shadow-root="true" class="dnXmp" style="position: absolute; top: 0px; left: 0px; pointer-events: none; z-index: auto; --rem: 16;"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true" class="dnXmp" style="position: absolute; top: 0px; left: 0px; pointer-events: none; z-index: auto; --rem: 16;"></grammarly-extension><td class=""><p><br></p></td> </tr> </tbody> </table> </div> |