Docunext


CSS text shadow

November 22nd, 2009

I've added some new CSS to the stylesheet used here at sketch99.com (this is supposed to be a testing ground for new javascript, css, and web development, right?).

It uses the new (at least to me) CSS declaration "text-shadow".

I think it looks nice if its done in a subtle way. What do you think?

Almost forgot the actual CSS:

.selector {
    color: #254117;
    text-shadow: rgba(135,145,135,0.65) 2px 2px 3px;
    font-family: 'Times New Roman', Times, serif;
}
Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022