Code used for describing the presentation of a document written in a markup language (html).
Try It Font Size- online CSS generator
This piece of code:
h1 {
font-size: 40px;
}
h2 {
font-size: 30px;
}
p {
font-size: 20px;
}
This is a paragraph.
This is another paragraph.