Created
December 15, 2013 00:46
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
-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