在做CSS设计的过程中,我一直想知道一些事情.
css宽度中的小数位是否受到尊重?或者他们四舍五入?
.percentage { width: 49.5%; }
要么
.pixel { width: 122.5px; }
html css
css ×1
html ×1