Saturday 22nd of November 2008 06:46:07 AM

Nice and Free CSS Templates

Every border has three aspects: its width, or thickness; its style, or appearance; and its color. The default value for the width of a border is medium , which is not explicitly defined but usually works out to be two or three pixels. Despite this, the reason you don't usually see borders is that the default style is none, which prevents them from existing. If a border has no style, then it may as well not exist, so it doesn't. The absence of a border style also resets the width, but we'll get to that in a little while.

This site contains free css templates for your website - Just copy and paste and there you have a stunning website !

Menu und content
dynamic

Menu fixed, content
dynamic

Menu und content
dynamic

3 columns all
dynamic

4 columns all
dynamic

Menu floating

Menu fix, Inhalt u.
Head dynamic

3 columns fix
centered

dynamic mit
Head und Footer

fixed BOX centered

dynamic BOX
centered

fixed Box total
centered
predefined levels, with 100 as the lightest variant of the font, and 900 as the heaviest.

In fact, there is no intrinsic weight in these numbers. The CSS specification says only that each number corresponds to a weight at least as heavy as the number that precedes it. Thus, 100, 200, 300, and 400 might all map to the same relatively lightweight variant, while 500 and 600 could correspond to the same heavier font H3 {color: rgb(255,255,255);} /* white */P.one {color: rgb(300,2500,101);} /* white */P.two {color: rgb(-10,-450,-2);} /* black */

If you prefer percentages, you can use them, and it's actuallyeasy to convert between percentages and straight numbers. If you knowthe percentages for each of the RGB levels you want, then you needonly apply them to the number 255 to get the resulting values.Let's say you have a color of 25% red, 37.5% green, and 60%blue. Multiplying each of those percentages by 255, we get 63.75,95.625, and 153. We need to round those off to