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{}

posted @ 2020-11-13 09:32  忆清鸣  阅读(41)  评论(0)    收藏  举报