Answers for "ways to write css"

CSS
1

how to write css

h1 {
  color:red;
  font-size:18px;
}

This is modding the color and font size of the heading 1.
Posted by: Guest on September-20-2021

Browse Popular Code Answers by Language