当我选择文本时,背景颜色变为黄色.
body p::selection { background: #fcf113; color: #000; display: none; } body p::-moz-selection { background: #fcf113; }
但是,我希望它看起来像这样.
有可能吗?
html5 css3
css3 ×1
html5 ×1