Programming - CSS, what is?
Hi, in today's post I'm going to post what is this thing called CSS, what is its use, and why you should learn about it.
First, let's understand what CSS means.
CSS is an acronym for Cascading Style Sheet.
This basically means that CSS is a group of style sheets in cascading.
Here's an example for you:
h1 {
color: #000000;
margin: 20px;
}
Comments
Post a Comment