Tables

You know you hate building table after table styles. You can now use the default tables built into Centurion to fit your color scheme.

By default the table styles that Centurion uses work out of the box. Create a table and it works with the default grey. To change colors you can specify your own or you can use the ones that come pre-packed based on the color scheme above.

Default Table

<table>
Table Header
Content This is longer content Content Content
Content This is longer content Content Content
Content This is longer content Content Content
Table Footer

Orange Table

<table class="orange-table striped-table">
Table Header
Content This is longer content Content Content
Content This is longer content Content Content
Content This is longer content Content Content
Table Footer

Blue Table

<table class="blue-table striped-table">
Table Header
Content This is longer content Content Content
Content This is longer content Content Content
Content This is longer content Content Content
Table Footer

Red Table

<table class="red-table striped-table">
Table Header
Content This is longer content Content Content
Content This is longer content Content Content
Content This is longer content Content Content
Table Footer

Green Table

<table class="green-table">
Table Header
Content This is longer content Content Content
Content This is longer content Content Content
Content This is longer content Content Content
Table Footer

Black Table

<table class="black-table">
Table Header
Content This is longer content Content Content
Content This is longer content Content Content
Content This is longer content Content Content
Table Footer