Text um Circle Image CSS wickeln
.curve {
width: 25%;
height: auto;
float: left;
margin-right:2rem;
shape-outside:circle();
}
Panicky Platypus
.curve {
width: 25%;
height: auto;
float: left;
margin-right:2rem;
shape-outside:circle();
}