#CCC是什么意思,顺便帮我看下代码写的对吗,麻烦老师了
来源:2-6 编程练习
陈棱波
2019-02-26 16:54:56
<style> body{
font-family: '微软雅黑';
}
.per{
width: 400px;
height: 200px;
border: 1px solid #CCC;
}
.red{
width: 100px;
height: 100px;
background: red;
margin: 10px;
float:left;
/*此处写代码*/
}
</style>
1回答
guly
2019-02-26
你好,#ccc表示浅灰色,代码运行效果是正确的,祝学习愉快!加油~~
相似问题