| Tech-FAQ Tip: Click Here to Check for PC Errors |
CSS Tutorials
Applying CSS Tutorial
A tutorial that shows how to apply CSS to HTML
There are three ways of applying CSS to HTML i.e. In-line styles, Internal styles, External styles...
Colors Tutorial
A tutorial that shows how to apply the color and background-color properties to most HTML elements
CSS brings 16,777,216 colours to your disposal. They can take the form of a name, an 'rgb' (red/green/blue) value or a 'hex' code....
Borders Tutorial
A tutorial shows how to apply borders to most HTML elements within the body
To make a border around an element, all you need is border-style. The values can be solid, dotted, dashed, double, groove, ridge, inset and outset.....
Text Tutorial
A tutorial that shows how to alter the size and shape of the text on a web page with a range of propertiesetc
The various range of properties are font-family, font-size, font-weight, font-style, font-decoration etc....
Margins and Padding Tutorial
A tutorial that shows how to use Margins and Padding elements
margin and padding are the two most commonly used properties for spacing-out elements. A margin is the space outside of the element, whereas padding is the space inside the element......
Class and ID Selectors Tutorial
A tutorial that shows how to define your own selectors in the form of Class and ID selectors
In the CSS, a class selector is a name preceded by a full stop (.) and an ID selector is a name preceded by a hash character (#)....
Pseudo Classes Tutorial
A tutorial that tells about Pseudo Classes and how it can be used
Pseudo classes are bolted on to selectors to specify a state or relation to the selector. They take the form of selector:pseudo class { property: value; }, simply with a colon in between the selector and the pseudo class.....
Background Images Tutorial
A tutorial that shows how to set background property
Background-images can be used in most HTML elements - not just for the whole page (body) and can be used for simple but effective results, such as shaped corners....
Grouping and Nesting Tutorial
A tutorial that shows how to assign properties to multiple selectors or selectors within selectors
You can give the same properties to a number of selectors without having to repeat them by separating the selectors by commas. If the CSS is structured well, there shouldn't be a need to use many class or ID selectors. This is because you can specify properties to selectors within other selectors...
Display Property Tutorial
A tutorial that shows how to define the display type of an element.
The most fundamental types of display are inline, block-line and none and they can be manipulated with the display property and the values inline, block and none.....
Bookmark CSS Tutorials

