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

MTR04_1030

MTR04_1030

[JavaScript] 關於模組化、匯入、匯出

[JavaScript] 關於模組化、匯入、匯出

W12_API 自己做 [ BE101 ] 實作之二

W12_API 自己做 [ BE101 ] 實作之二


Comments