最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

css text-indent属性怎么用

来源:动视网 责编:小采 时间:2020-11-02 22:14:42
文档

css text-indent属性怎么用

css text-indent属性怎么用:css text-indent属性用于规定文本块中首行文本的缩进;语法为text-indent : length | % 。该属性允许使用负值;如果使用负值,那么首行会被缩进到左边。 css text-indent属性怎么用?text-indent 属性规定文本块中首行文本的缩进。语法:text-in
推荐度:
导读css text-indent属性怎么用:css text-indent属性用于规定文本块中首行文本的缩进;语法为text-indent : length | % 。该属性允许使用负值;如果使用负值,那么首行会被缩进到左边。 css text-indent属性怎么用?text-indent 属性规定文本块中首行文本的缩进。语法:text-in
css text-indent属性用于规定文本块中首行文本的缩进;语法为text-indent : length | % 。该属性允许使用负值;如果使用负值,那么首行会被缩进到左边。

css text-indent属性怎么用?

text-indent 属性规定文本块中首行文本的缩进。

语法:

text-indent : length | % ;

属性值:

length:定义固定的缩进。默认值:0。

%:定义基于父元素宽度的百分比的缩进。

注释:允许使用负值。如果使用负值,那么首行会被缩进到左边。在 CSS 2.1 之前,text-indent 总是继承计算值,而不是声明值。

说明:text-indent 属性用于定义块级元素中第一个内容行的缩进。这最常用于建立一个“标签页”效果。允许指定负值,这会产生一种“悬挂缩进”的效果。

css text-indent属性 示例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
div {
width: 400px;
border: 1px solid #000;
padding: 10px;
text-indent: 1cm
}
</style>
</head>
<body>
<div>
Gxlcms
Gxlcms
Gxlcms
Gxlcms
Gxlcms
Gxlcms
Gxlcms
Gxlcms
Gxlcms
Gxlcms
</div>
</body>
</html>

效果图:

1.jpg

文档

css text-indent属性怎么用

css text-indent属性怎么用:css text-indent属性用于规定文本块中首行文本的缩进;语法为text-indent : length | % 。该属性允许使用负值;如果使用负值,那么首行会被缩进到左边。 css text-indent属性怎么用?text-indent 属性规定文本块中首行文本的缩进。语法:text-in
推荐度:
标签: 使用 css text-indent
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top