CSS Fonts

Font Size
With CSS you don't have to limit yourself to the small letters available with HTML. You can create dramatic effects for titles or other text using large letters that will download as quickly as any other text. For example, create a big header using the following code (supported by IE3, IE4+, and NS4+):

You can change the number 56pt to any number, but try to stay under 500pt. Then, in the body of your document, insert the desired large text between

and

tags.
Example: BIG
You can also represent your text in proportion to the size of the surrounding text. Example code (works with IE3+ and NS4+):

Again, change the 125% to anything you like.
Demo: Really?

0 comments: