1.用CSS改變選擇文本的背景顏色
::selection{background: #A8141B; color: white; /* Safari */} ::-moz-selection{background: #A8141B; color: white; /* Firefox */ }
2.HTML5+CSS3 loading 效果收集
點擊前往https://www.qianduan.net/free-html5-css3-loaders-preloaders/
來自https://www.qianduan.net/select-the-text-using-css-to-change-the-background-color/