/* style定义html文档的样式文件引用地址 */
body{background-color: aliceblue;}
/* 背景色 */
p{color: aqua;}
h1{
color: aqua;
text-align: center;
/* 设置元素水平对齐方式 */
text-align:right ;
/* 设置元素水平靠右方式 */
text-align: left;
/* 设置元素水平靠左方式,电脑默认*/
text-indent: 30px;
/*设置首行文本缩进 */
line-height: 50px;
/* 设置行高 */
background-color: brown;
/*背景色 */
text-align: center;
/* text-align属性 center对齐 */
}
a{
color: cornflowerblue;
/* 设置文本装饰 */
text-decoration:none
text-decoration:overline
text-decoration:underline
text-decoration:line-through
/* text-decoration文字下划线*/
/* none是去除文字下划线,在文字的上面加了一条线 */
/* underline是默认下划线*/
/* line-througt一般用于任务列表 */
}
#renwu{width: 30px;
height: 50px;
}
#renwujianjie{
color: darkorange;
text-indent: 50;
}
这是一号标题
1点我任务列表 2点我 3点我- 任务1
- 任务2
- 任务3
看我的文字阴影