Answers for "css how to change font color inside a div"

CSS
17

text color css

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

change text in a div css

.pvw-title span {
  display: none;
}
.pvw-title:after {
  content: 'whatever it is you want to add';
}
Posted by: Guest on January-09-2021

Browse Popular Code Answers by Language