Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active March 12, 2017 14:15
Show Gist options
  • Save ktzanev/3e141d95513b27a4bbc5 to your computer and use it in GitHub Desktop.
Save ktzanev/3e141d95513b27a4bbc5 to your computer and use it in GitHub Desktop.
DIV example (Dabblet)
div {
border: red 1px solid;
margin: 7px;
padding: 7px;
}
em {
color: green;
}
<div>
Un text dans un <em>div</em>.
<div>
Un <em>div</em> dans un <em>div</em>.
</div>
<div>
Et un autre <em>div</em> au même niveau.
</div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment