Enveloppez le texte autour de l'image du cercle CSS
.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();
}