diff options
author | bt <bt@web> | 2023-11-28 13:39:39 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-11-28 13:39:39 -0500 |
commit | 4f41f7283f55333663fdf42ad4da66bd6ad05ce9 (patch) | |
tree | eaa57de9c650ca149d41e52d2008d3721d74f81a /posts/width-vs-flex-basis.md | |
parent | 7882bdd9a583f1c45c296b8e4788f7e803fa1221 (diff) |
Diffstat (limited to 'posts/width-vs-flex-basis.md')
-rw-r--r-- | posts/width-vs-flex-basis.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/width-vs-flex-basis.md b/posts/width-vs-flex-basis.md index 534a42f..ea8ba44 100644 --- a/posts/width-vs-flex-basis.md +++ b/posts/width-vs-flex-basis.md @@ -1,6 +1,5 @@ -# Width or Flex-Basis? - -2018-11-28 +[[!meta title="Width or Flex-Basis?"]] +[[!meta date="2018-11-28"]] Creating rows and columns of elements that adapt dynamically can be a little tricky depending on the desired outcome. Let's breakdown how to solve this issue using both `inline-block` paired with `width` and `flex-basis`. |