I need to make text flow around a rounded div. I know i can use shape-outside: circle();. But unfortunately it doesn’t work in older browsers.
Does anyone know of another method to do this in css? It’s for a wordpress website.
.logo-eye {
background: #fff;
border-radius: 50%;
float: left;
height: 439px;
margin-right: 60px;
width: 439px;
}
<div class="logo-eye"></div>
<h1>Visie</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus id orci porta lorem sagittis iaculis tincidunt at dui.</p>
shape-outside
Note:- only supported in chrome