Answers for "add color css"

5

text color css

.YourClass {
  color: #ff0000;
}
Posted by: Guest on October-14-2020
0

how to add color in css

<h1 style="background:green;">Hello World</h1>
Posted by: Guest on July-13-2021

Browse Popular Code Answers by Language