请老师检查代码,谢谢
来源:2-17 编程练习
慕的地7233660
2022-03-13 14:36:32
相关代码: <style type="text/css">
/*补充代码*/
.p1,.p2,.p3{
/* 并集选择器 */
text-indent: 2em;
font-family: "微软雅黑";
}
.p1{
color: orange;
line-height: 20px;
}
.p2{
color: green;
line-height: 1.5em;
}
.p3{
color: red;
line-height: 200%;
}
</style>1回答
樱桃小胖子
2022-03-13
同学你好,代码效果实现的是可以的,祝学习愉快!
相似问题