tp-figma-js/style.css

11 lines
180 B
CSS
Raw Normal View History

2021-10-17 15:49:02 +00:00
#personne {
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
img{
width:100px;
clip-path:ellipse(50% 50%);
}