Answers for "span in css"

1

javascript span style

//an example of an "out of context" way to change color of a text:
<span style="color: green"></span>
Posted by: Guest on May-18-2020
0

css style to all span tags

span {
  /* add custom styling here */
}
Posted by: Guest on June-12-2021

Browse Popular Code Answers by Language