 |
CSS stands for Cascading Style Sheets
It is a style language that specifies the
layout of HTML documents. Many of the properties used in Cascading Style
Sheets are similar to those of HTML. Thus, basic experience with HTML is
a pre-requisite.
It allows you to separate the page’s contents from the page’s layout.
CSS Color and Background Properties
The color and background properties allow
you to define the foreground color and background effects of your web
element. These properties include the following: color, background
color, background image, background repeat, background attachment,
background position and background.
CSS Font Properties
The CSS font properties allow you to
specify the font characteristics such as fonts, font size, font style,
etc. the following are the different font properties: font family, font
size, font style, font variant, font weight and font.
|