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="page"> | |
<header> | |
<h1>Hello I'm The Header</h1> | |
</header> | |
<div class="hero"> | |
<div class="one"> | |
<h2>I'm by myself</h2> | |
</div> | |
<div class="two"> | |
<div><h3>I'm 1</h3></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="page"> | |
<header> | |
<h1>Hello I'm The Header</h1> | |
</header> | |
<div class="hero"> | |
<div class="one"> | |
<h2>I'm by myself</h2> | |
</div> | |
<div class="two"> | |
<div><h3>I'm 1</h3></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 id="body" class="layout_01"> | |
<div id="container"> | |
<div id="header"> | |
<h1>Header</h1> | |
</div> | |
<div id="wrapper"> | |
<div id="content"> | |
<h2>Content</h2> | |
<p></p> | |
<h2>Content</h2> |
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 id="body" class="layout_01"> | |
<div id="container"> | |
<div id="header"> | |
<h1>Header</h1> | |
</div> | |
<div id="wrapper"> | |
<div id="content"> | |
<h2>Content</h2> | |
<p></p> | |
<h2>Content</h2> |
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 id="body" class="layout_01"> | |
<div id="container"> | |
<div id="header"> | |
<h1>Header</h1> | |
</div> | |
<div id="wrapper"> | |
<div id="content"> | |
<h2>Content</h2> | |
<p></p> | |
<h2>Content</h2> |
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 id="body" class="layout_01"> | |
<div id="container"> | |
<div id="header"> | |
<h1>Header</h1> | |
</div> | |
<div id="wrapper"> | |
<div id="content"> | |
<h2>Content</h2> | |
<p></p> | |
<h2>Content</h2> |
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
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.0) | |
// ---- | |
// http://cssdeck.com/labs/css-pagination-styles | |
body { | |
background: #dfdfdf; | |
color: #666; |
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
<h1>KBD Styling</h1> | |
<h2>White Keyboard</h2> | |
<div class="kbd-white"> | |
<kbd>A</kbd>+<kbd>B</kbd>+<kbd>C</kbd> | |
</div> | |
<h2>Dark Keyboard</h2> | |
<div class="kbd-dark"> | |
<kbd>A</kbd>+<kbd>B</kbd>+<kbd>C</kbd>+<kbd class="meta"></kbd> | |
</div> | |
<h2>Dark Keyboard Glossy</h2> |
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
</head> | |
<body> | |
<div class="container"> | |
<div id="header"> | |
<h1>Plan It! | |
<span class="tagline">Event Guest Manager</span> |
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="page"> | |
<p> | |
<ul> | |
<li>item</li> | |
<li>item</li> | |
<li>item</li> | |
<li>item</li> |
OlderNewer