Back
Close

Introduction to PHP Website Development

LouisMilotte
14K views

What is CSS?

Cascading StyleSheets (CSS) is used by software to change the style of the document. Such as colors, layout, and size of text.

Snippet

<style>
h1{
 color: blue;
}
</style>

Add the above snippet to your first.html page. Remember, where does pre-loaded CSS go? For more reading on the abilities of CSS, please check the below reference. Each browser recognizes CSS a little differently - so not all selectors or styling commands will work.

Reference

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io