CSS tutorial introduction

Before learning CSS it is important to be familiar with HTML already as in the web design HMTL...

What is CSS?

The CSS or Cascading Style Sheets is a programming language added to HTML to help developers create be...

CSS selectors and properties

The CSS code is based on selectors and properties. The selectors and

CSS syntax

The main CSS syntax is made of a 'selector' and 'declarations blocks', together f...

Basics about CSS property values

There are number of values that may be assigned to a property, depending on its type. Numbers: Numbers may be integers or real numbers. Some properties do not allow negati...