In CSS, you can use the padding attribute to set the padding. You only need to set "padding: value unit | percentage value" to the element. The padding property sets the width of all padding on an element, or sets the width of padding on each side. The padding attribute does not allow negative padding values to be specified.
The operating environment of this tutorial: Windows 7 system, CSS3&&HTML5 version, Dell G3 computer.
Let’s take a look at how to set padding (padding):
Our padding is one of the css box models, so now let’s take a look at the padding How is it set up?
padding: is a shorthand attribute that can set all padding attributes in a declaration.
Use the padding attribute alone to change the top, bottom, left, and right padding.
Possible values:
length: Defines a fixed padding (pixels, pt, em, etc.)
%: Defines a padding using a percentage value
Usage:
padding-left sets the padding spacing from the left side of the object
div{padding-left:5px}
The padding spacing from the left side within the object is 5px
padding-right sets the padding spacing on the right side of the object
div{padding-right:5px}
The padding spacing on the right side of the object is 5px
padding-top sets the distance on the object The top margin padding interval
div{padding-top:5px}
The distance between the top padding within the object and the top padding distance is 5px
padding-bottom sets the distance between the object and the bottom padding
div{padding-bottom:5px}
The inner distance between the object and the bottom padding spacing is 5px
Description
Retrieve or set the patch margins on the four sides of the object.
If all four parameter values are provided, the four sides will be applied in the order of top-right-bottom-left.
If only one is provided, it will be used for all four edges.
If two are provided, the first one is used for up-down, and the second one is used for left-right.
If three are provided, the first is for up, the second is for left-right, and the third is for bottom.
To use this attribute on an inline object, you must first set the height or width attribute of the object, or set the position attribute to absolute.
The value of Padding cannot be negative.
Example:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style> .css{ width:350px; height:80px; border:1px solid #00F; padding-left:40px; padding-right:40px; padding-top:40px; padding-bottom:40px; /* 可以合起来写成padding:40px; */ } </style> </head> <body> <div class="css">padding用法</div> </body> </html>
Rendering:
Recommended learning:css video tutorial
The above is the detailed content of How to set padding in css. For more information, please follow other related articles on the PHP Chinese website!

在css中,可用list-style-type属性来去掉ul的圆点标记,语法为“ul{list-style-type:none}”;list-style-type属性可设置列表项标记的类型,当值为“none”可不定义标记,也可去除已有标记。

区别是:css是层叠样式表单,是将样式信息与网页内容分离的一种标记语言,主要用来设计网页的样式,还可以对网页各元素进行格式化;xml是可扩展标记语言,是一种数据存储语言,用于使用简单的标记描述数据,将文档分成许多部件并对这些部件加以标识。

在css中,可以利用cursor属性实现鼠标隐藏效果,该属性用于定义鼠标指针放在一个元素边界范围内时所用的光标形状,当属性值设置为none时,就可以实现鼠标隐藏效果,语法为“元素{cursor:none}”。

在css中,rtl是“right-to-left”的缩写,是从右往左的意思,指的是内联内容从右往左依次排布,是direction属性的一个属性值;该属性规定了文本的方向和书写方向,语法为“元素{direction:rtl}”。

转换方法:1、给英文元素添加“text-transform: uppercase;”样式,可将所有的英文字母都变成大写;2、给英文元素添加“text-transform:capitalize;”样式,可将英文文本中每个单词的首字母变为大写。

在css中,可以利用“font-style”属性设置i元素不是斜体样式,该属性用于指定文本的字体样式,当属性值设置为“normal”时,会显示元素的标准字体样式,语法为“i元素{font-style:normal}”。

在css3中,可以用“transform-origin”属性设置rotate的旋转中心点,该属性可更改转换元素的位置,第一个参数设置x轴的旋转位置,第二个参数设置y轴旋转位置,语法为“transform-origin:x轴位置 y轴位置”。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
