User:WhitePhosphorus/css/test.css

维基百科,自由的百科全书
/* 圆形图片,可以做头像之类的 */
.circular {
	clip-path: circle(40% at 50% 50%);
}