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_hv 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_prm expand"> ... </table> | |
<table class="tb_fill tb_scn expand"> ... </table> | |
<table class="tb_fill tb_lgh expand"> ... </table> | |
<table class="tb_fill tb_stn expand"> ... </table> | |
<table class="tb_fill tb_hv_prm expand"> ... </table> | |
<table class="tb_fill tb_hv_scn 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
<img src="..." class="rd_circle"/> | |
<img src="..." class="rd_circle rounded_polaroid"/> | |
<img src="..." class="rd"/> | |
<img src="..." class="rd_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
<div class="gd gd_12">12</div> | |
<div class="row"> | |
<div class="gd gd_1">1</div> | |
<div class="gd gd_1">1</div> | |
<div class="gd gd_1">1</div> | |
<div class="gd gd_1">1</div> | |
<div class="gd gd_1">1</div> | |
<div class="gd gd_1">1</div> | |
<div class="gd gd_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
<div class="pg_header bd bd_b_standard"> | |
<h1>Lorem ipsum dolor sit amet</h1> | |
</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
<div class="expand bg_primary"> | |
<div class="container"> | |
<div class="nv_bar nv_primary"> | |
<ul> | |
<li><a href="#">Dobok CSS | |
<li> | |
<a href="#">Products | |
<ul> | |
<li><a href="#">Product 1 | |
<li><a href="#">Product 2 |
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="row row_fluid"> | |
<div class="gd gd_4 gd_md_6 gd_sm_12 pp_1_lg_bottom gd_field"> | |
<input type="text" placeholder="Name"/> | |
</div> | |
<div class="gd gd_4 gd_md_6 gd_sm_12 pp_1_lg_bottom gd_field"> | |
<input type="text" placeholder="Email"/> | |
</div> | |
<div class="gd gd_4 gd_md_12 gd_field"> | |
<input type="text" placeholder="Work"/> |