blob: 9f6c603673630f1c95d23d8428baa76437f4da53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/)
|