Skip to content

Instantly share code, notes, and snippets.

@barnettjw
Created April 10, 2015 12:43
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 barnettjw/9b21041f52dcf8fd541f to your computer and use it in GitHub Desktop.
Save barnettjw/9b21041f52dcf8fd541f to your computer and use it in GitHub Desktop.
Mirror Mirror
<h1>Mirror Mirror</h1>
body { background: #E0E0E0; }
h1 {
width: 1000px;
margin: 50px auto;
font-size: 100px;
font-weight: bold;
font-family: Georgia;
color: #bf2726;
box-reflect: below 15px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 0, 0, 0.3)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment