border-radius: 1px 2px 3px 4px / 5px 6px 7px 8px; is the same as border-top-left-radius: 1px / 5px; border-top-right-radius: 2px / 6px; border-bottom-right-radius: 3px / 7px; border-bottom-left-radius: 4px / 8px; The order is border-top-left-radius x border-top-right-radius x border-bottom-right-radius x border-bottom-left-radius x / border-top-left-radius y border-top-right-radius y border-bottom-right-radius y border-bottom-left-radius y ;
max-inline-size instead of max-widthmargin-[inline | block] (two values) instead of margin left/right or margin top/bottom with -inline or -block and -start or -end • text-align • border • float • inset
any kbd that does NOT contain another kbd or a samp kbd:not(:has(kbd, samp)) { color: midnightblue; background: aliceblue; border-radius: 4px; padding-inline: 4px; box-shadow: 2px 2px 0 3px Lightsteelblue; margin-inline-end: .25ch; } for system menus, messages, and outputs samp { padding: 1rem; border: 1px solid currentColor; background: hsl(from currentColor h s l / 0.1); }<samp>To…