diff options
author | bt <bt@web> | 2023-12-11 13:54:16 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-11 13:54:16 -0500 |
commit | 1a72587292926bef9509338099e09a0f25d87a47 (patch) | |
tree | 1e8819cfbe4da8f7cd373c2fa53f558d0aa30fc1 | |
parent | 5b36bbcc309222deb9e0319daeffb34de43f67ad (diff) |
-rw-r--r-- | posts/flexbox-bar-graphs.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/flexbox-bar-graphs.md b/posts/flexbox-bar-graphs.md index 5862d86..5d1fa4f 100644 --- a/posts/flexbox-bar-graphs.md +++ b/posts/flexbox-bar-graphs.md @@ -1,6 +1,5 @@ -# Pure CSS Bar Graphs with Graceful Mobile Fallbacks - -2020-12-08 +[[!meta title="Pure CSS Bar Graphs with Graceful Mobile Fallbacks"]] +[[!meta date="2020-12-08"]] I recently published a new open source project, <a target="_blank" href="https://flexbox-bar-graphs.netlify.app/">Flexbox Bar Graphs</a>, and wanted to share a simple breakdown of how it was built. It isn't anything mind-blowing, but I like the idea of placing bar graphs in a web page with *zero* Javascript. |