המאפיין place-content מאפשר לך ליישר תוכן הן לאורך הבלוק והן בכיוון המוטבע בבת אחת (כלומר המאפיינים יישור-תוכן והצדקת-תוכן) במערכת פריסה רלוונטית כגון Grid או Flexbox.
דוגמא: יישור תוכן בתוך גריד
| הערך שנבדק | Chrome | Firefox | EdgeC | Opera |
|---|---|---|---|---|
| start center | ✔️ | ✔️ | ✔️ | ✔️ |
| center start | ✔️ | ✔️ | ✔️ | ✔️ |
| end left | ✔️ | ✔️ | ✔️ | ✔️ |
| flex-start center | ✔️ | ✔️ | ✔️ | ✔️ |
| flex-end center | ✔️ | ✔️ | ✔️ | ✔️ |
| baseline center | ✔️ | ✔️ | ✔️ | ✔️ |
| first baseline space-evenly | ✔️ | ✔️ | ✔️ | ✔️ |
| space-between space-evenly | ✔️ | ✔️ | ✔️ | ✔️ |
| space-around space-evenly | ✔️ | ✔️ | ✔️ | ✔️ |
| space-evenly stretch | ✔️ | ✔️ | ✔️ | ✔️ |
| stretch space-evenly | ✔️ | ✔️ | ✔️ | ✔️ |
| last baseline right | ❌ | ✔️ | ❌ | ❌ |