欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

我怎樣才能讓同級的行內元素出現在不同的行框中?

林雅南2年前8瀏覽0評論

<div>
  <em style="background-color: aqua;">
      Line box 1
  </em>
  <span id="span2" style="background-color: aquamarine;">
      another sibling (line box 2)
  </span>
</div>

我不太清楚你想要什么。試試這個:

半鑄鋼?鋼性鑄鐵(Cast Semi-Steel)

.my-class > * {
  display: block;
}

超文本標記語言

<div class="my-class">
  <em style="background-color: aqua;">
      Line box 1
  </em>
  <span id="span2" style="background-color: aquamarine;">
      another sibling (line box 2)
  </span>
</div>