Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tailwind css responsive table

<table class="table-auto">
  <thead>
    <tr>
      <th>Song</th>
      <th>Artist</th>
      <th>Year</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>The Sliding Mr. Bones (Next Stop, Pottersville)</td>
      <td>Malcolm Lockyer</td>
      <td>1961</td>
    </tr>
    <tr>
      <td>Witchy Woman</td>
      <td>The Eagles</td>
      <td>1972</td>
    </tr>
    <tr>
      <td>Shining Star</td>
      <td>Earth, Wind, and Fire</td>
      <td>1975</td>
    </tr>
  </tbody>
</table>
Comment

PREVIOUS NEXT
Code Example
Css :: CSS Image Reflection 
Css :: How to use css on a react icon 
Css :: html css background linear-gradient 
Css :: remove contact form 7 css 
Css :: keyframe in css 
Css :: hide featured image in wordpress 
Css :: css outline offset 
Css :: how to make a responsive box in css 
Css :: how to make the header stay on the top of the page in html 
Css :: make hr black 
Css :: select last tr in table css 
Css :: centered navigation 
Css :: css focus change color 
Css :: how to change border height in css 
Css :: how to make a dotted hr in css 
Css :: prevent bounce scroll css 
Css :: change last character color css 
Css :: custom scroll bar css 
Css :: css example 
Css :: link text underline css none 
Css :: laravel enum float 
Css :: fixed table header css 
Css :: block elements css 
Css :: css filter 
Css :: min css 
Css :: elementor ccs code for gradient 
Css :: spinner in html css react 
Css :: backdrop filter css 
Css :: what is em in css 
Css :: css image popup on hover 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =