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_0614

MTR04_0614

單元測試的藝術 - 測試你的程式

單元測試的藝術 - 測試你的程式

Vim外掛配置與vimrc

Vim外掛配置與vimrc


Comments