css画扇子

first-of-type:指定父元素的首个元素的属性。
例如:指定父元素的首个P元素的背景色
p:first-of-type
{
background:#ff0000;
}



nth-of-type(n) 指定规定属于父元素的第n个P元素的每个P
p:nth-of-type(n)
{
background:#ff0000;

}


transform-origin:设置旋转元素的基点位置

css画扇子_第1张图片

css画扇子_第2张图片




	
	扇子
	


	



你可能感兴趣的:(web前端开发)