DIVS around a shape
问题 I've been working on a CSS Grid with elements floating around another one but it is not working for me. I could use CSS Grid to achieve this task, but don't think it's the right solution. I read about shape-outside but only works for text blocks, have someone had the same issue before? If someone has any idea, could give me a hand, please? https://jsfiddle.net/rodboc/L03o6pyv/ .circle { width: 5px; height: 5px; overflow: hidden; background: #ccc; border-radius: 50%; padding: 0; margin: 3px;