Browsed by
Category: CSS3 Tutorials

Here is a list of the CSS3 Tutorials available here. They are in reverse chronological order, with the most recent ones at the top.

Using HTML Fonts and @font-face Declarations (Correctly!)

Using HTML Fonts and @font-face Declarations (Correctly!)

This is a joint HTML5 and CSS3 Tutorial. If you have not started learning CSS, then start at the beginning of our CSS3 Tutorials and then pop back here! Using Fonts: The ‘Old’ Way Before the era of being able to embed and use any font you want on your web pages, you had to think carefully before defining any given typeface on your web pages. This is because if you specify a font you have on your computer but…

Read More Read More

Setting Up Your CSS File via the Link Tag

Setting Up Your CSS File via the Link Tag

As indicated in our basic HTML5 Page tutorial. there are two main ways of including a stylesheet on a page. Page Specific CSS? The first is in between <style> </style> tags within your <head> on your page. The main downside to doing it this way is that you have to repeat that CSS on subsequent pages. This either gets very dull, or you have to have a great memory. It can also lead to different pages containing different stylesheets, which…

Read More Read More

Free CSS3 Tutorials

Free CSS3 Tutorials

Free CSS3 Tutorials Why HTML5 Alone Is Not Enough In the early days of the web, before CSS3 came to the fore, there were a bunch of tags you could use to format your page. The <body> supported various attributes to help define colours, websites based on tables were commonplace and the font could be varied throughout with the liberal use of <font> tags. Some older attributes can still be used but many have been phased out and although you…

Read More Read More