Skip to content

Instantly share code, notes, and snippets.

@eliranmal
Created August 30, 2012 08:26
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 eliranmal/3524155 to your computer and use it in GitHub Desktop.
Save eliranmal/3524155 to your computer and use it in GitHub Desktop.
Untitled
div {
position: relative;
top: 100px;
left: 200px;
font-family: 'times new roman';
}
div:before {
content: '\2018\2019';
font-style: normal;
font-weight: 400;
position: absolute;
font-size: 120px;
top: -50px;
left: -120px;
color: rgba(26,114,189, 1);
text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
letter-spacing: -.25em;
}
​<div>
Tincidunt scelerisque odio. Dictumst, duis etiam, magna ut integer! Etiam in facilisis ac nascetur in.
</div>​
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment