Answers for "html css text"

5

text color css

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

html css text style on a word

p {
    font-size:14px;
    color:#538b01;
    font-weight:bold;
    font-style:italic;
}

mark.red {
    color:#ff0000;
    background: none;
}

mark.blue {
    color:#0000A0;
    background: none;
}
Posted by: Guest on January-03-2021

Browse Popular Code Answers by Language