Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

W3.CSS 边距


w3-margin 类为元素的所有边添加 16px 的边距。


W3.CSS 边距类

W3.CSS 提供以下边距类

定义
w3-margin 为元素的所有边添加 16px 的边距
w3-margin-top 为元素添加 16px 的上边距
w3-margin-right 为元素添加 16px 的右边距
w3-margin-bottom 为元素添加 16px 的下边距
w3-margin-left 为元素添加 16px 的左边距
w3-section 为元素添加 16px 的上边距和下边距

边距

**w3-margin** 类为元素的所有边添加 16px 的边距

**w3-margin** 类为元素的所有边添加 16px 的边距。

示例

<div class="w3-container w3-margin">
  <p>我的所有边都有 16px 的边距。</p>
</div>
动手试试 »

上边距

**w3-margin-top** 类为元素添加 16px 的上边距

**w3-margin-top** 类为元素添加 16px 的**上**边距。

示例

<div class="w3-container w3-margin-top">
  <p>我的顶部有 16px 的边距。</p>
</div>
动手试试 »


下边距

**w3-margin-bottom** 类为元素添加 16px 的下边距

**w3-margin-bottom** 类为元素添加 16px 的**下**边距。

示例

<div class="w3-container w3-margin-bottom">
  <p>我的底部有 16px 的边距。</p>
</div>
动手试试 »

左边距

**w3-margin-left** 类为元素添加 16px 的左边距

**w3-margin-left** 类为元素添加 16px 的**左**边距。

示例

<div class="w3-container w3-margin-left">
  <p>我的左边有 16px 的边距。</p>
</div>
动手试试 »

右边距

**w3-margin-right** 类为元素添加 16px 的右边距

**w3-margin-right** 类为元素添加 16px 的**右**边距。

示例

<div class="w3-container w3-margin-right">
  <p>我的右边有 16px 的边距。</p>
</div>
动手试试 »

部分

许多 HTML 元素没有默认的上边距或下边距。这些元素将显示在它们之间没有边距。

我是蓝色

我是绿色

**w3-section** 类可用于分隔元素。

它为任何 HTML 元素添加**16px** 的上边距和下边距

我是蓝色

我是绿色

示例

<div class="w3-container w3-section w3-blue">
  <h1>我是蓝色</h1>
</div>

<div class="w3-container w3-section w3-green">
  <h1>我是绿色</h1>
</div>
动手试试 »

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.