2020.11.13web前端第六课
内部样式的class类选择符
<style type="text/css">
.box{
width:1000px;
background:#0F9;
padding:30px;
margin:20px auto;
border:2px solid #F00;
}
h1{
text-align:center;
color:red;
}
#a{
text-align:center;
color:red;
}
</style>
标签选择符 div{}
类选择符 .class{}
ID选择符 #id{}

浙公网安备 33010602011771号