Java OpenResty Spring Spring Boot MySQL Redis MongoDB PostgreSQL Linux Android Nginx 面试 小程序 Arthas JVM AQS juc Kubernetes Docker 诊断工具


HTML 使用 CSS 改变文本选中颜色

CSS HTML 大约 221 字

代码

color:选中后的文字颜色。

background:背景色。

::selection {
    background:#4CAF50;
    color:white;
}

::-moz-selection {
    background:#4CAF50;
    color:white;
}

::-webkit-selection {
    background:#4CAF50;
    color:white;
}
阅读 43 · 发布于 2023-09-14

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb

扫描下方二维码关注公众号和小程序↓↓↓

扫描二维码关注我
昵称:
随便看看 换一批