CSS Styles
Welcome to CSSstyles.co.uk, information and tips on CSS!
Introduction to CSS
CSS or Cascading Style Sheets is a language used to present documents. Primarily used in HTML and XHTML documents it can also be used to style any type of XML file.
Why Use?
Using CSS to style your web site will allow you to unify your design and limit your code per page. Minimal code has a number of advantages including bettr SEO and page loading times.
CSS Colours and Formatting
CSS can be used to format text, images and other elements in a web page the same as in HTML but with simple references to the elements either by their type, class or ID.
Formatting in this manner allows you to control the formatting from one location, changing a factor in the CSS document will alter it's corresponding elements across the entire site making changes far simpler.
CSS Layouts
Using CSS to position elements of your page allows you to design a site quickly and easily and move elements around without having to restructure the site.