5 CSS rules you might not know
Some CSS rules that you might not know. Or maybe you do? How many of these did you know about?
#1 — Caret Color
This rule sets the color of the cursor in an element that is editable.
.input {
caret-color:red;
}
This rule sets the color of the cursor in an element that is editable.
.input {
caret-color:red;
}
Self taught software developer and photographer.
Love podcasts or audiobooks? Learn on the go with our new app.