Style caret
Hello folks, how do I style or mimic a caret to a bigger size? I tried doing a trick where I wrapped an input with a div and had a border-right blinking but I realized when I wanted to edit the text, the border wouldn’t follow like a normal caret would
2 Replies
Geoff Graham
CSS-Tricks
Caret | CSS-Tricks
caret in CSS is a shorthand property that combines the caret-color and caret-shape properties into a single declaration. So, we get to write this:
it seems to be decently supported
but you don't get much personalization