Skip to content

Instantly share code, notes, and snippets.

@donabrams
Created September 13, 2012 11:34
Show Gist options
  • Select an option

  • Save donabrams/3713730 to your computer and use it in GitHub Desktop.

Select an option

Save donabrams/3713730 to your computer and use it in GitHub Desktop.
How to make a webpage have exactly no design
br {
display: none !important;
}
html * {
display: inline !important;
font-size: 6pt !important;
float: none !important;
word-wrap: nowrap !important;
white-space: nowrap !important;
position: static !important;
background-color: white !important;
color: #CCC !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment