From e417a818e207a6cca6e2f3c471611673ab836a62 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 25 May 2024 16:14:03 -0400 Subject: Initial commit for Jekyll testing and conversion, updated --- _posts/2018-09-20-pure-css-simple-dropdown-plugin.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _posts/2018-09-20-pure-css-simple-dropdown-plugin.md (limited to '_posts/2018-09-20-pure-css-simple-dropdown-plugin.md') diff --git a/_posts/2018-09-20-pure-css-simple-dropdown-plugin.md b/_posts/2018-09-20-pure-css-simple-dropdown-plugin.md new file mode 100644 index 0000000..9f6c603 --- /dev/null +++ b/_posts/2018-09-20-pure-css-simple-dropdown-plugin.md @@ -0,0 +1,14 @@ +--- +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/) -- cgit v1.2.3-54-g00ecf