CSS Tutorials
CSS is a “style sheet language” that is used to provide styling to a markup language such as HTML. An example css document could look something like this:
h1 {
font-size: 2em;
margin-bottom: 12px;
}
CSS is a “style sheet language” that is used to provide styling to a markup language such as HTML. An example css document could look something like this:
h1 {
font-size: 2em;
margin-bottom: 12px;
}