Do You Really Know CSS?
CSS Pseudo-Elements
::Selection
The ::selection pseudo-element matches the portion of an element that is selected/highlighted by a user.
::selection {
color: red;
background: yellow;
}
::first-line
Is used to add a special style to the fir...
treciaks.hashnode.dev3 min read
Md. Kamrul Hasan Raza
Life is too short; immortalize it.
Nice. Well written