Created
March 12, 2013 04:21
-
-
Save pedrodelgallego/5140331 to your computer and use it in GitHub Desktop.
Untitled
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
<style type="text/css" media="screen"> | |
* { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
.elem { | |
border: solid #6AC5AC 3px; | |
position: relative; | |
} | |
.elem p { | |
padding: 0 1em; | |
} | |
.elem-inline .label, .elem-inline .endlabel { | |
position: static; | |
} | |
.label, .endlabel { | |
position: absolute; | |
background-color: #6AC5AC; | |
color: #414142; | |
line-height: 1em; | |
} | |
.label { | |
top: 0; | |
left: 0; | |
padding: 0 3px 3px 0; | |
} | |
.endlabel { | |
right: 0; | |
bottom: 0; | |
padding: 3px 0 0 3px; | |
} | |
.elem-green { | |
border: solid #FDC72F 3px; | |
} | |
.elem-green > .label, .elem-green > .endlabel{ | |
background-color: #FDC72F; | |
} | |
.elem-red { | |
border: solid #D64078 3px; | |
} | |
.elem-red > .label, .elem-red > .endlabel{ | |
color: white; | |
background-color: #D64078; | |
} | |
.elem-orange { | |
border: solid #96C02E 3px; | |
} | |
.elem-orange > .label, .elem-orange > .endlabel{ | |
background-color: #96C02E; | |
} | |
</style> | |
<p class="content"> | |
</p><div class="column elem"> | |
<span class="label"><div class="column;</span> | |
<p> | |
You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche | |
<span class="endlabel"></div></span> | |
</div> | |
<div class="column elem"> | |
<span class="label"><div class="column"></span> | |
<p> | |
</p> | |
<span class="endlabel"></div></span> | |
</div> | |
<div class="column elem"> | |
<span class="label"><div class="column"></span> | |
<p> | |
You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to </p> | |
<span class="endlabel"></div></span> | |
</div> | |
<div class="column elem"> | |
<span class="label"><div class="column"></span> | |
<p> | |
You think water moves fast? You should see ice. It moves like it has a mind. | |
</p> | |
<span class="endlabel"></div></span> | |
</div> | |
<p></p> | |
<!-- content to be placed inside <body>…</body> --> |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment