From dcfb172704f3afb68a30425029ec834be2883274 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 8 Jun 2024 13:22:19 -0400 Subject: More content porting, on-going markdown changes for lowdown support --- build/pure-css-simple-dropdown-plugin/index.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (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 index 58401fa..cbe164f 100644 --- a/build/pure-css-simple-dropdown-plugin/index.html +++ b/build/pure-css-simple-dropdown-plugin/index.html @@ -1,24 +1,30 @@ - + Pure CSS Simple Dropdown Plugin - - + + +
-

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.

+ +

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