Featured

Change The Selection Color Using CSS #shorts #webdesign #css



Published
Check out my courses: https://gtcoding.net/courses/

Learn how to change the selection color of the text in your website using CSS.
CSS code:
::selection {
background: red;
color: #000;
}
Category
Web design
Be the first to comment