Click to See Complete Forum and Search --> : what is the css code for this


pizzdeliveraman
11-12-2006, 09:36 PM
i have gotten some intresting answer in this forum and i want to recreate the font used in the title of this blog here but about 25%bigger
http://west-side-manhattan.blogspot.com/
i want to use it as my h1 tag but i just can't coneup with the correct css code
also a little silvery green color would be nice but again i just can not get it to work
so please can i have the css code to reproduce it cross browser if possible and valid css if possible

NogDog
11-12-2006, 10:17 PM
This is what that page uses for it:

#header h1 {
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: normal normal 200% Georgia, Serif;
}

Change the 200% value up/down until you find the size you like (and experiment with the letter-spacing value, too). And here's a handy color-picker you can play with: http://www.visibone.com/colorlab/big.html.