top of page
Search
zakariyesahid96

CSS: new coding language

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

0 views0 comments

Recent Posts

See All

Comments


Post: Blog2_Post
bottom of page