CSS: new coding language
- zakariyesahid96
- Dec 28, 2021
- 1 min read
Today I started CSS and learnt the basics of what it is.
CSS is a language used for describing how documents are shown visually and how it's arranged and styled.
CSS stands for cascading style sheets.
The rules of CSS include
Selector {
property:value;
}.
To put this into effect it can be shown with a H1 For example:
H1 {
Color: purple;
}.
That's the basics of CSS and moving onto the next topic
Commentaires