首页 > web前端 > css教程 > 设置元素的左、右、上、下内边距

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

PHPz
发布: 2023-08-25 18:05:02
转载
1572 人浏览过

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

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>
登录后复制

以上是设置元素的左、右、上、下内边距的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:tutorialspoint.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板