Fork me on GitHub

consola.css
A CSS micro-framework for a console like style

NPM Bower NPM Downloads license Code Climate

Tables

Basic Example

Optional table caption.
# First Name Last Name Username
1 Max Mustermann @max
2 John Doe @johnd
3 Jane Doe @janeDoe
<table class="table">
    ... 
</table>

Bordered Table

Optional table caption.
# First Name Last Name Username
1 Max Mustermann @max
2 John Doe @johnd
3 Jane Doe @janeDoe
<table class="table table-bordered">
    ... 
</table>

Grid Table

Optional table caption.
# First Name Last Name Username
1 Max Mustermann @max
2 John Doe @johnd
3 Jane Doe @janeDoe
<table class="table table-grid">
    ... 
</table>