Skip to content

Instantly share code, notes, and snippets.

View aaronsalmon's full-sized avatar

Aaron U. Salmon aaronsalmon

View GitHub Profile
### Keybase proof
I hereby claim:
* I am aaronsalmon on github.
* I am aaronsalmon (https://keybase.io/aaronsalmon) on keybase.
* I have a public key whose fingerprint is 1F34 ED95 42F0 51EB F507 B51A 1250 F0C0 AA07 523A
To claim this, I am signing this object:
@aaronsalmon
aaronsalmon / index.html
Last active December 16, 2015 07:28
pull quotes via css and data-pullquote
<html>
<head>
<style type="text/css">
*[data-pullquote]:before {
border-bottom: medium double #DDDDDD;
border-top: medium double #DDDDDD;
color: #CA4D1D;
content: attr(data-pullquote);
float: right;
font-family: @altSerifFontFamily;