Skip to content

Instantly share code, notes, and snippets.

@dpick
Created June 24, 2011 04:01
Show Gist options
  • Save dpick/1044197 to your computer and use it in GitHub Desktop.
Save dpick/1044197 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
div.ex
{
/* for firefox, safari, chrome, etc. */
-webkit-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
div.ex
{
width:220px;
padding:100px;
border:1px solid #E3DEC8;
margin:0px;
position:absolute;
left:30px;
top:20px;
}
h1 {color:#CC0066;}
h1 {font-style:oblique;}
h1
{
position:absolute;
left:55px;
top:20px;
z-index:-1
}
p {color:#9B1C2F;}
p {font-style:oblique;}
p {writing-mode: tb-rl;}
p
{
position:absolute;
left:135px;
top:100px;
z-index:-1
}
p.ex {position:absolute;
left:85px;
top:220px;
}
p.ex {font-size:28;}
</style>
</head>
<body>
<div class="ex"> <h1> Hannah Pick </h1>
<p> 2140 N. Lincoln Park West, Apartment 206 <br /> Chicago, Illinois 60614 <br /> pickphannah@gmail.com <br /> (773) 655-6411 </p>
<p class="ex"> Qualifications </p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment