This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="grid grid_12">12</div> | |
<div class="row"> | |
<div class="grid grid_1">1</div> | |
<div class="grid grid_1">1</div> | |
<div class="grid grid_1">1</div> | |
<div class="grid grid_1">1</div> | |
<div class="grid grid_1">1</div> | |
<div class="grid grid_1">1</div> | |
<div class="grid grid_1">1</div> | |
<div class="grid grid_1">1</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="..." class="rounded_circle"/> | |
<img src="..." class="rounded_circle rounded_polaroid"/> | |
<img src="..." class="rounded"/> | |
<img src="..." class="rounded_polaroid"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="tb_border expand"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>Name</th> | |
<th>Occupation</th> | |
<th>User</th> | |
</tr> | |
</thead> | |
<tbody> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="tb_hover expand"> ... </table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="tb_striped expand"> | |
... | |
</table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="tb_fill expand"> ... </table> | |
<!-- | |
<table class="tb_fill bg_primary expand"> ... </table> | |
<table class="tb_fill bg_secondary expand"> ... </table> | |
<table class="tb_fill bg_light expand"> ... </table> | |
<table class="tb_fill bg_standard expand"> ... </table> | |
<table class="tb_fill hover_primary expand"> ... </table> | |
<table class="tb_fill hover_secondary expand"> ... </table> | |
<table class="tb_fill hover_light expand"> ... </table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="tb_fill expand"> ... </table> | |
<!-- | |
<table class="tb_fill tb_primary expand"> ... </table> | |
<table class="tb_fill tb_secondary expand"> ... </table> | |
<table class="tb_fill tb_light expand"> ... </table> | |
<table class="tb_fill tb_standard expand"> ... </table> | |
<table class="tb_fill tb_hover_primary expand"> ... </table> | |
<table class="tb_fill tb_hover_secondary expand"> ... </table> | |
<table class="tb_fill tb_hover_light expand"> ... </table> | |
<table class="tb_fill tb_hover_standard expand"> ... </table> |