Answers for "how to change the color of text in div tag"

CSS
33

set text color

.class {
  color: white;
}
Posted by: Guest on December-15-2020
0

div set text colo0r

.my_div_class {
  color: pink;     /* Pink text in this case.  Change as you wish. */
  font-size: 14px; /* Whatever, coin 14 gonna moon so yea, 14px */
}
Posted by: Guest on May-08-2021

Code answers related to "how to change the color of text in div tag"

Browse Popular Code Answers by Language