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

AI輔導室|軟體自動完成算式

AI輔導室|軟體自動完成算式

D61_W8 (1 of 61)

D61_W8 (1 of 61)

for...in、for...of

for...in、for...of


Comments