设置元素的左、右、上、下内边距

ID:13125 / 打印

设置元素的左、右、上、下内边距

padding 属性设置元素的左、右、上、下内边距。您可以尝试运行以下代码来实现padding属性。

示例

<html>    <head>    </head>    <body>       <p style = "padding: 25px; border:2px solid orange;">          This is a paragraph.       </p>       <p style = "padding:20px 4%; border:2px solid red;">          This is another paragraph.       </p>       <p style = "padding: 15px 3% 10px; border:1px solid maroon;">          Top padding will be 15px, left and right padding will be 3% of the total width of the document, bottom padding will be 10px       </p>    </body> </html>
上一篇: 使用 CSS 从视图中隐藏元素
下一篇: 如何使用 HTML 和 CSS 创建切换开关?

作者:admin @ 24资源网   2024-10-18

本站所有软件、源码、文章均有网友提供,如有侵权联系308410122@qq.com

与本文相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。