aboutsummaryrefslogtreecommitdiff
path: root/_posts/2018-09-20-pure-css-simple-dropdown-plugin.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
commitdc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch)
tree9235d796229d49211c27a07b9d18585d503baa94 /_posts/2018-09-20-pure-css-simple-dropdown-plugin.md
parent088c87bcb58be576308da503d4f11a68843c5013 (diff)
Conversion to barf for testing purposes
Diffstat (limited to '_posts/2018-09-20-pure-css-simple-dropdown-plugin.md')
-rw-r--r--_posts/2018-09-20-pure-css-simple-dropdown-plugin.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/_posts/2018-09-20-pure-css-simple-dropdown-plugin.md b/_posts/2018-09-20-pure-css-simple-dropdown-plugin.md
deleted file mode 100644
index 9f6c603..0000000
--- a/_posts/2018-09-20-pure-css-simple-dropdown-plugin.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: post
-title: "Pure CSS Simple Dropdown Plugin"
-date: 2018-09-20
----
-
-
-I find myself blowing away default browser `select` styling and implementing my own custom dropdowns far more often than I'd like. So, I recently created a very simple and clean component using just pure CSS.
-
-Check out the CodePen below and feel free to morph it as you see fit for your own projects!
-
-![Three dropdown elements styled differently](/public/images/plug-play.png)
-
-[Live CodePen Example](https://codepen.io/bradleytaunt/pen/rZPzWy/)