图片文字环绕
shape-outside 是一个允许设置形状的 CSS 属性。它还有助于定义文本流动的区域:

.any-shape {
width: 300px;
float: left;
shape-outside: circle(50%);
}

#每天一个知识点#
展开
评论