From 6b742c459266b18e2b375b35205ce8a6c02f0452 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 6 Jun 2024 08:05:12 -0400 Subject: Initial commit --- build/pure-css-simple-dropdown-plugin/index.html | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 build/pure-css-simple-dropdown-plugin/index.html (limited to 'build/pure-css-simple-dropdown-plugin/index.html') diff --git a/build/pure-css-simple-dropdown-plugin/index.html b/build/pure-css-simple-dropdown-plugin/index.html new file mode 100644 index 0000000..58401fa --- /dev/null +++ b/build/pure-css-simple-dropdown-plugin/index.html @@ -0,0 +1,43 @@ + + + + + + + Pure CSS Simple Dropdown Plugin + + + + + + +
+

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

+

Live CodePen Example

+ \ No newline at end of file -- cgit v1.2.3-54-g00ecf