Skip to content

Instantly share code, notes, and snippets.

View nhall's full-sized avatar

Nick Hall nhall

  • Fastspot
  • Baltimore
View GitHub Profile
/*
-----------------------------------------------------------------------------
=Debugging Styles. Delete or comment these out once your site works well.
----------------------------------------------------------------------------- */
body:before {
content: "less than 320px";
font-size: 1.1em;
line-height: 1;
font-weight: bold;
padding: .5em;
@nhall
nhall / vcard.css
Last active December 17, 2015 11:59
Empty CSS selectors for a .vcard address.
.vcard {
position: absolute;
top: 2em;
left: 2em;
}
.vcard a {} /* Phone number links in mobile browsers */
.vcard a:hover {}
.vcard .org {}
.vcard .adr {}
.vcard .street-address {}