This is an old revision of the document!
p {
background: linear-gradient(155deg, pink, red) border-box;
color: #fff;
border-radius: 25px;
max-width: 300px;
padding: 15px;
}
p:nth-child(odd) {
place-self: start;
}
p:nth-child(even) {
place-self: end;
}