hamburger bootstrap menu
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
@for (var linha = 1; linha <= 2; linha++) | |
{ | |
<div class="row"> | |
@for (var coluna = 1; coluna <= 6; coluna++) | |
{ | |
<div class="col-md-2"> | |
<div class="form-group"> | |
<label>sdsdsds</label> | |
<select class="form-control"> | |
<option>selecione...</option> |
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="area-total"> | |
<header class="header-mod"> | |
<div class="header-item1">Logo</div> | |
<div class="header-item2">Busca</div> | |
<div class="header-item3">Usuário</div> | |
</header> | |
<main class="area-body"> | |
<section> | |
<article>Box1 Box1 Box1 Box1 | |
Box1 Box1 Box1 Box1</article> |
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="area-total"> | |
<header class="header-mod"> | |
<div class="header-item1">Logo</div> | |
<div class="header-item2">Busca</div> | |
<div class="header-item3">Usuário</div> | |
</header> | |
<main class="area-body"> | |
<section> | |
<article>Box1</article> | |
<article>Box2</article> |
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="area-total"> | |
<header class="header-mod"> | |
<div class="header-item1">Logo</div> | |
<div class="header-item2">Busca</div> | |
<div class="header-item3">Usuário</div> | |
</header> | |
<main class="area-body"> | |
<section> | |
<article>Box1</article> | |
<article>Box2</article> |
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="area-total"> | |
<header class="area-header"> | |
<div class="header1">sdsd</div> | |
<div class="header2">sdsd</div> | |
<div class="header3">sdsds</div> | |
</header> | |
<main class="area-body"> | |
<section> | |
<article>Box1</article> | |
<article>Box2</article> |
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="container"> | |
<div class="one"> | |
<p>Block 1</p> | |
</div> | |
<div class="two"> | |
<p>Block 2</p> | |
</div> | |
<div class="three"> | |
<p>Block 3</p> | |
</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="holy-grail"> | |
<header>Header</header> | |
<main class="holy-grail-body"> | |
<article> | |
<div id='flexible'> | |
<div>One</div> | |
<div>Two</div> | |
<div>Three</div> | |
<div>Four</div> | |
<div>Five</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="container"> | |
<div class="one"> | |
<p>Block 1</p> | |
</div> | |
<div class="two"> | |
<p>Block 2</p> | |
</div> | |
<div class="nested"> | |
<div class="three"> |
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="container"> | |
<div class="one"> | |
<p>Block 1</p> | |
</div> | |
<div class="two"> | |
<p>Block 2</p> | |
</div> | |
<div class="three"> | |
<p>Block 3</p> | |
</div> |
NewerOlder