Answers for "hwo to change the color of text cursor"

CSS
6

how to hange the color of your cursor in css

input{
  caret-color: red;
}
Posted by: Guest on December-05-2020

Code answers related to "hwo to change the color of text cursor"

Browse Popular Code Answers by Language