自動機器人

聚焦技術時,元素會從彈性容器的所有邊緣平均推送。僅適用於快速置中設定單一項目。

如要進一步瞭解這項技巧及其有效性,請參閱全文

完整文章 · YouTube 影片 · GitHub 上的資料來源

HTML

<article class="autobot">
  <h1>Autobot</h1>
</article>

CSS


        .autobot {
  display: flex;
}

.autobot > * {
  margin: auto;
}