background-color: white
background-color: #FFF
background-color: #FFFFFF
background-color: rgb(255,255,255)
background-color: rgba(255,255,255,1)
background-color: transparent /*透明*/
background-color: #颜色值
HTML中使用背景颜色会影响文字的可视性,当背景颜色和文字颜色特别相近时,很难辨认字体内容。而白色字体在浅色背景下是最不易识别的,所以在浅色背景下使用白色字体时,很难看清文字内容。解决的方法就是使用更深的字体颜色,以此突出文字的可视性,有助于提升整体的文档内容的可视性。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)