text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

讓 Jest 幫你的 code 做測試

讓 Jest 幫你的 code 做測試

DSA 實作教學網頁

DSA 實作教學網頁

[ CSS 01 ] Selector

[ CSS 01 ] Selector


Comments