This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Sample</title> | |
</head> | |
<body> | |
<div class="wrap"> | |
<div class="item"> | |
<div class="sub-item1"></div> |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Sample</title> | |
</head> | |
<body> | |
<div role="navigation" class="l-navigation" id="l-navigation"> | |
<nav> | |
<div class="block block-menu-block" id="block-menu-block-1"> |
This file contains 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="header1 full-stripe"> | |
<div class="logo full-stripe"> | |
<div class="container darker"> | |
<div class="darker"> | |
<img src="http://lorempixel.com/output/abstract-q-c-200-180-2.jpg"/> | |
</div> | |
</div> | |
</div> | |
<div class="header-text container darker"> | |
<div class="darker">This is the top header</div> |
This file contains 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='centered'> | |
<div class='block'> </div> | |
<div class='block'> </div> | |
<div class='block'> </div> | |
<div class='block'> </div> | |
</div> | |
</div> |
This file contains 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='centered'> | |
<div class='block'> </div> | |
<div class='block'> </div> | |
<div class='block'> </div> | |
<div class='block'> </div> | |
</div> | |
</div> |
This file contains 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
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
</head> | |
<body> | |
<div id="div-1">1</div> | |
<div id="div-2">2</div> | |
<div id="div-3">3</div> | |
<div id="div-4">4</div> |
This file contains 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
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
</head> | |
<body> | |
<div class="left"> | |
<div id="div-1">1</div> |
This file contains 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="l-example"> | |
<div class="l-example__a">A<br/> </div> | |
<div class="l-example__b">B</div> | |
<div class="l-example__c">C</div> | |
</div> |
This file contains 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="l-example"> | |
<div class="l-example__a">A<br/> </div> | |
<div class="l-example__b">B</div> | |
</div> |
This file contains 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="l-example"> | |
<div class="l-example__a">A<br/> </div> | |
<div class="l-example__b">B</div> | |
</div> |
OlderNewer