diff options
Diffstat (limited to 'posts')
-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. |