uxsi/uxsi.github.com

CSS的陷阱

Opened this issue · 0 comments

uxsi commented

下面代码段的效果以及em的dispaly属性的computed value

<style>.r{float:right;}</style>
<div>
    <em class="r">float right em</em>
    <p>paragraph text...</p>
</div>