Skip to content
DevDepth

Tag: css-logical-properties

2 items under this tag.

Topic Filter

Browse by tag

79 tags

Showing the most-used tags first so the archive stays easy to scan. Click a tag to browse only that topic.

All Content

Current tag

css-logical-properties2
Popular tags stay visible first.
4 min readinternationalizationCss Layout / I18n

LTR, RTL, and CSS Logical Properties: How to Build Direction-Safe Layouts

Design layouts that survive both left-to-right and right-to-left interfaces by relying on logical properties, writing direction awareness, and a short list of common bug checks.

6 min readcss-layoutCss Layout / Foundations

Modern CSS Layout: History, Axes, Flow, and the Mental Model You Actually Need

Learn how web layout moved from tables and floats to Flexbox, Grid, logical properties, and content-driven sizing so you can choose the right layout model faster.