Blog posts from January 2016
-
Revisiting the Float Label pattern with CSS
The float label pattern is a slick pattern that designers seem to love. I’m not sure that I’m 100% in love with it, but I couldn't resist cooking up a quick demo implementation. This version uses a few nice form-styling tricks using modern CSS that I've seen recently, particularly the
::placeholder-shown
selector.Read the whole post "Revisiting the Float Label pattern with CSS"