Subtle CSS3 Typography that you’d Swear was Made in Photoshop
Tutorial Details
- Topics Covered: CSS3
- Difficulty: Moderate
- Tut Format: 13 Minute Video
Download Source Files
Final Product What You'll Be Creating

Thanks to text shadows, outlines, transitions, and even text gradients, we can now create cool typography that you’d swear had to be made with a program like Photoshop. Nope, all CSS3 baby! Let’s take a look in this video quick tip.
Premium Members: Download this Video ( Must be logged in)
Subscribe to our YouTube page to watch all of the video tutorials!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Subtle Typography</title>
<style>
body {
background: #666;
padding: 1em;
}
h1 {
position: relative;
font-size: 200px;
margin-top: 0;
font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;
text-shadow: 2px 3px 3px #292929;
letter-spacing: -7px;
-webkit-text-stroke: 1px white;
}
h1 a {
text-decoration: none;
color: #ffffff;
position: absolute;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));
text-shadow: 0 2px 0 #e9e9e9;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
h1 a:hover {
color: #185a50;
}
h1:after {
color: #dbdbdb;
content : attr(data-title);
}
</style>
</head>
<body>
<h1 data-title="Hello Readers"> <a href="#"> Hello Readers </a> </h1>
</body>
</html>
Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
- Christophor S. Wilson
- http://bennny.com Benny
- Filipe Carrano Pacheco
- http://www.twitter.com/mamunabms Abdullah Al Mamun
- http://www.jeffadams.co.uk Jeff Adams
- http://www.hamidoffice.com Heam
- Matt
- Anto
- http://twitter.com/kaizer1v kaizer1v
- http://psdho.me PSDhome – Everyday free PHOTOSHOP files
- Jonessie
- http://webkicks.dotink.org Matthew J. Sahagian
- http://webkicks.dotink.org Matthew J. Sahagian
- w1sh
- http://webkicks.dotink.org Matthew J. Sahagian
- http://badassjs.com/ Devon Govett
- http://blackfruit.de Daniel
- http://laroouse.com piyanistll
- http://www.artjunks.com Artjunks
- Jeroen
- http://jaiunblog.com ben
- w1sh
- http://www.aplaceformyhead.co.uk Matt Fairbrass
- Aravind
- http://www.newschoolmagazine.com Erik Kubitschek
- http://www.vagrantradio.com Jason
- http://www.absolutpromocoes.com.br Murillo
- http://christopher-scott.com Christopher Scott
- http://www.aediscreative.com Christopher
- m4niac
- Anto
- http://byte-news.com Ahmed “C.Z”
- http://devirtuoso.com Shawn Andrews
- Liam
- http://www.thedevelopertuts.com thedevelopertuts
- kab00m
- http://www.tenaxtechnologies.com Website development
- http://www.robertjamesphillips.com Rob Phillips
- Soni Budi Wicaksono
- http://hammystudio.com Stephen Hamilton
- lafncow
- http://michaelkral.com Michael Kral
- lafncow
- Sahan
- http://wparena.com wparena
- http://www.jsxtech.com Jaspal Singh
- http://byte-news.com Ahmed “C.Z”
- http://ndcweb.org/ Nikolai
- prashant
- http://www.linkbuildingservices.com harly
- http://www.jauhari.net/ Jauhari
- http://www.iguoguo.net 爱果果酷站
- http://itpastorn.blogspot.com/ Lars Gunther
- http://www.conceptopixel.com Luis Lopez G
- http://www.savioursix.com SaviourSix
- BJ
- Patrick
- http://blogtipswriter.com Huynh Tho
- Hassan
- http://www.websitetemplates.bz/ Dima
- CorvosKK
- CorvosKK
- http://jmonit Monit
