Skip to content

Instantly share code, notes, and snippets.

@neilk
Created December 15, 2013 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilk/7967116 to your computer and use it in GitHub Desktop.
Save neilk/7967116 to your computer and use it in GitHub Desktop.
CSS to turn an existing website into something resembling a mock. Requires the font "Redacted Script" (https://github.com/christiannaths/Redacted-Font). One way to use it: get Live CSS Editor (http://www.livecsseditor.com/), pop open the window, and paste the contents of mockify.css.
* {
-webkit-filter: grayscale(100%) !important;
background-color: white !important;
border-color: black !important;
color: black !important;
font-family: "redacted script" !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment