Hello everybody, I’m back with another version of basic tips and tricks.
After having a talk with a client, about the basic on css, I thought it might be good to have an easy introduction.
So let’s give it a try. We’ll talk about:
- Why would you use css?
- How to insert css in your html file
- How css is written
- Css on objects, classes and unique objects
- Basic css properties and there values
- The pseudo class
- Where to find good information on css
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation (that is, the look and formatting) of a document written in a markup language.
CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the colors, fonts, and layout.

