User:WhitePhosphorus/css/test.css

/* 圆形图片,可以做头像之类的 */
.circular {
	clip-path: circle(40% at 50% 50%);
}