Skip to content

Instantly share code, notes, and snippets.

@bencallahan
Created October 24, 2012 20:05
Show Gist options
  • Select an option

  • Save bencallahan/3948493 to your computer and use it in GitHub Desktop.

Select an option

Save bencallahan/3948493 to your computer and use it in GitHub Desktop.
basic css
/* basic.css */
div.column {
width: 100%;
}
@media print {
nav, video {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment