summaryrefslogtreecommitdiff
path: root/posts/pure-css-simple-dropdown-plugin.md
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2023-11-27 12:25:51 -0500
committerBradley Taunt <brad@bt.ht>2023-11-27 12:25:51 -0500
commit14d227d46a2177a8928333894252d6299f531097 (patch)
treed41d48383d012f53823c9816a820e4e88c572c41 /posts/pure-css-simple-dropdown-plugin.md
parentf6eed1a8c2f4fbf91fac9edd11e50f5c0ec939a2 (diff)
Trying to render posts all at once
Diffstat (limited to 'posts/pure-css-simple-dropdown-plugin.md')
-rw-r--r--posts/pure-css-simple-dropdown-plugin.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/posts/pure-css-simple-dropdown-plugin.md b/posts/pure-css-simple-dropdown-plugin.md
new file mode 100644
index 0000000..522618c
--- /dev/null
+++ b/posts/pure-css-simple-dropdown-plugin.md
@@ -0,0 +1,11 @@
+# Pure CSS Simple Dropdown Plugin
+
+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/)