Skip to content

Instantly share code, notes, and snippets.

View rachmadhartono8's full-sized avatar
💭
Software Enginer

Rachmad Hartono rachmadhartono8

💭
Software Enginer
  • Universitas AMIKOM Yogyakarta
View GitHub Profile
@rachmadhartono8
rachmadhartono8 / index.html
Created March 24, 2022 15:29 — forked from CodeMyUI/index.html
Responsive Table HTML and CSS Only
<h2>Responsive Table</h2>
<div class="table-wrapper">
<table class="fl-table">
<thead>
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
<th>Header 4</th>
<th>Header 5</th>