Skip to content

Instantly share code, notes, and snippets.

@iljamaas
Created December 6, 2012 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iljamaas/4225090 to your computer and use it in GitHub Desktop.
Save iljamaas/4225090 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.wrapper{
}
.wrapper a{
display: block;
text-decoration: none;
color: red;
}
.wrapper a:before{
content: "\2794 ";
color: red;
}
.wrapper div{
display: inline-block;
margin-left: 22px;
}
.wrapper div:before{
color: red;
display: block;
font-size: 20px;
width: 15px;
margin-left: -15px;
margin-bottom: -23px;
content: " \2022 ";
}
<!-- content to be placed inside <body>…</body> -->
<div class="wrapper">
<div class="wrapme">Something<br>really<br>nice</div>
<a href="#">Linkjes zijn leuk</a>
<a href="#">En soms niet</a>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment