Skip to content

Instantly share code, notes, and snippets.

@leechy
Created June 14, 2012 09:23
Show Gist options
  • Save leechy/2929266 to your computer and use it in GitHub Desktop.
Save leechy/2929266 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
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.b-pseudo-link {
text-decoration: underline;
text-decoration-style: dotted;
cursor: pointer;
}
<!-- content to be placed inside <body>…</body> -->
<p>Текст с <span class="b-pseudo-link">псевдо-ссылкой</span> внутри него.</p>
{"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