Answers for "set font color"

5

text color css

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

html text color

<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
  Hi, I'm coloured </p>
Posted by: Guest on January-12-2021

Browse Popular Code Answers by Language