Skip to content

Instantly share code, notes, and snippets.

@pr3ssh
Created November 13, 2013 12:46
Show Gist options
  • Save pr3ssh/7448503 to your computer and use it in GitHub Desktop.
Save pr3ssh/7448503 to your computer and use it in GitHub Desktop.
Rock-it titles
<html>
<head>
<title>Rock-it titles</title>
<style>
body {
margin: 0 auto;
padding-top: 5em;
text-align: center;
font-size: 1em;
background-color: #ddd;
}
h1 {
font-size: 2em;
line-height: 1.33333em;
margin: 0.33333em 0;
font-family: "Unicod Sans Regular", Tahoma, Arial, sans-serif;
font-size-adjust: 0.55;
font-weight: normal;
font-style: normal;
color: #fff;
padding-right: 0.25em;
padding-left: 0.25em;
background-color: #ee145b;
text-transform: uppercase;
display: inline-block;
-webkit-transform: skew(0, -2deg);
-moz-transform: skew(0, -2deg);
-ms-transform: skew(0, -2deg);
-o-transform: skew(0, -2deg);
transform: skew(0, -2deg);
box-shadow: 0 4px 4px rgba(238, 20, 91, 0.25);
}
</style>
</head>
<body>
<h1>Rock it</h1>
</body>
</html>
@pr3ssh
Copy link
Author

pr3ssh commented Nov 13, 2013

Based on HACKED H1 tags: http://hacked.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment