.post { container-type: inline-size; container-name: sidebar; }
Example
h1:has(+ p) { margin-bottom: 0; }
Example
.highlight: nth-child(2){ color: red; }
Example
h1 { text-wrap: balance; }
Example
h1 { background: lch(50 104 120); }
Example
h1 { background: color-mix(in srgb, var(--colorPrimary), transparent 90%); }
Example
h1 { background: color-mix(in srgb, var(--colorPrimary), transparent 90%); }
Example