Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经编码了几年,但我从未见过这个属性:
font: 0px/0px a;
它导致文本消失。ain 的真正作用是什么font:?
a
font:
谢谢!
根据Mozilla Developer Network font : 0px/0px a;的说法,字体大小为 0px,行高为 0px。a是无效的字体系列名称。你可以改变它与sdkbgk你会有同样的效果。字体消失,因为字体大小为 0px。你可以用这个jsfiddle做实验。
font : 0px/0px a;
sdkbgk