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; text-align: right; } p:has(strong) { place-self: center !important; background: linear-gradient(155deg, yellow, limegreen) border-box; border-radius: 0; } p strong { font-weight: normal; }