What is CSS?
What is CSS?
what is css used for | what is css in html | what is css property | what is css and how does it work | css syntax | css meaning | types of css | css tutorial
what is css used for | what is css in html | what is css property | what is css and how does it work | css syntax | css meaning | types of css | css tutorial
what is css used for | what is css in html | what is css property | what is css and how does it work | css syntax | css meaning | types of css | css tutorial
what is css used for | what is css in html | what is css property | what is css and how does it work | css syntax | css meaning | types of css | css tutorial
what is css used for | what is css in html | what is css property | what is css and how does it work | css syntax | css meaning | types of css | css tutorial
what is css used for | what is css in html | what is css property | what is css and how does it work | css syntax | css meaning | types of css | css tutorial what is css used for what is css in html what is css property what is css and how does it work css syntax css meaning types of css css tutorial
Share
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.CSS is the language for describing the presentation of Web pages including colors, fonts and layout.It allows you to adapt the presentation to different types of devices, such as computer,laptop & mobile.
h1 {
color: blue;
text-align: center;
}
p {
font-size: 20px;
}