<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/css-logical-properties-change-how-you-code---and-chris-breaks-it-down-here--lw34dhiir" -->

---
title: CSS logical properties change how you code - and Chris...
description: CSS logical properties replace directional terms like &#x27;padding-left&#x27; with flow-relative equivalents like &#x27;padding-inline-start&#x27;. While they behave identically...
canonical: https://daily.dev/posts/css-logical-properties-change-how-you-code---and-chris-breaks-it-down-here--lw34dhiir
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: CSS logical properties change how you code - and Chris breaks it down here. | daily.dev
og:description: CSS logical properties replace directional terms like &#x27;padding-left&#x27; with flow-relative equivalents like &#x27;padding-inline-start&#x27;. While they behave identically...
og:url: https://daily.dev/posts/css-logical-properties-change-how-you-code---and-chris-breaks-it-down-here--lw34dhiir
og:image: https://api.daily.dev/og/posts/lW34dHIIr.png
og:image:alt: CSS logical properties change how you code - and Chris breaks it down here.
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# CSS logical properties change how you code - and Chris breaks it down here.

**[freeCodeCamp](https://daily.dev/sources/freecodecamp)** · 1 min read · 7 upvotes · 0 comments

## Summary

CSS logical properties replace directional terms like 'padding-left' with flow-relative equivalents like 'padding-inline-start'. While they behave identically for English left-to-right layouts, logical properties are more versatile for internationalized sites supporting different writing directions. The box model fundamentals of margin, padding, border, and outline are revisited through this lens.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=kEBXszEhC0U>

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#css](https://daily.dev/tags/css)

[View this post on daily.dev](https://daily.dev/posts/css-logical-properties-change-how-you-code---and-chris-breaks-it-down-here--lw34dhiir)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"CSS logical properties change how you code - and Chris breaks it down here.","url":"https://daily.dev/posts/css-logical-properties-change-how-you-code---and-chris-breaks-it-down-here--lw34dhiir","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/css-logical-properties-change-how-you-code---and-chris-breaks-it-down-here--lw34dhiir"},"datePublished":"2026-06-10T12:44:36.676Z","dateModified":"2026-06-10T12:44:50.842Z","description":"CSS logical properties replace directional terms like 'padding-left' with flow-relative equivalents like 'padding-inline-start'. While they behave identically...","image":"https://i.ytimg.com/vi/kEBXszEhC0U/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/kEBXszEhC0U/sddefault.jpg","isAccessibleForFree":true,"articleSection":"freeCodeCamp","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"freeCodeCamp","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1628412854/logos/freecodecamp","url":"https://daily.dev/sources/freecodecamp"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/css-logical-properties-change-how-you-code---and-chris-breaks-it-down-here--lw34dhiir","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":7},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,css","timeRequired":"PT1M","video":{"@type":"VideoObject","name":"CSS logical properties change how you code - and Chris breaks it down here.","description":"CSS logical properties replace directional terms like 'padding-left' with flow-relative equivalents like 'padding-inline-start'. While they behave identically...","thumbnailUrl":"https://i.ytimg.com/vi/kEBXszEhC0U/sddefault.jpg","uploadDate":"2026-06-10T12:44:36.676Z","duration":"PT1M","url":"https://api.daily.dev/r/lW34dHIIr","embedUrl":"https://www.youtube.com/embed/kEBXszEhC0U"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"freeCodeCamp","item":"https://daily.dev/sources/freecodecamp"},{"@type":"ListItem","position":3,"name":"CSS logical properties change how you code - and Chris breaks it down here."}]}
```

