
Photo Credit: Glockenblume
Although I am certain that I am not the only one doing this, I have developed an extremely easy way to get CSS text shadows without the need to use the wildly unsupported CSS property of text-shadow.
.post_title {
position:relative;
padding:10px 0 0 0;
}
.post_title h1 {
position:absolute;
top:2px;
left:2px;
font-size:30px;
color:#C9D8E9;
padding:0;
margin:0;
}
.post_title h6 {
position:absolute;
top:0;
left:0;
font-size:30px;
color:#4471A2;
padding:0;
margin:0;
}
Lorem ipsum dolor sit amet consectetuer
Lorem ipsum dolor sit [...]