Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2013 07:11
Show Gist options
  • Save anonymous/5964070 to your computer and use it in GitHub Desktop.
Save anonymous/5964070 to your computer and use it in GitHub Desktop.
Untitled
@import url(http://fonts.googleapis.com/css?family=Numans);
* { font-family: 'Numans', sans-serif; }
html {
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
color: lightgrey;
font-size: 200%;
}
dl, dd, dt {
font-size: 80%;
padding-bottom: .5em;
}
<!-- content to be placed inside <body>…</body> -->
<h1>Michael Mifsud</h1>
<ul>
<li>Senior frontend developer at @99designs</li>
<li>World champion pizza eater</li>
<li>@xzyfer</li>
</ul>
<h4>Links<h4>
<dl>
<dt>Chrome socket doc</dt>
<dd>http://developer.chrome.com/trunk/apps/socket.html</dd>
<dt>Getting Started with WebRTC</dt>
<dd>http://www.html5rocks.com/en/tutorials/webrtc/basics/</dd>
<dt>Multicast demo app</dt>
<dd>https://github.com/GoogleChrome/chrome-app-samples/tree/master/multicast</dd>
</dl>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment