renoirb / htmlcsstherightway

A spinoff on the "the right way" idea to explain the HTML/CSS basics for the self-taught. Idea coming from https://github.com/h5bp/lazyweb-requests/issues/73
http://htmlcsstherightway.com
57 stars 16 forks source link

how do I align the table's header text left #3

Open renoirb opened 12 years ago

renoirb commented 12 years ago

Source: https://github.com/h5bp/lazyweb-requests/issues/73

pankajparashar-zz commented 12 years ago
th { text-align:left }
viditvarshney commented 6 years ago

You can use the css Property { text-align: left }