Wednesday, September 28, 2016

Make Forms Fun with Flexbox

I’ll come clean: HTML forms are rarely fun – but they’re a necessary part of web development. Fortunately, some historical difficulties can be alleviated with CSS flexbox. Consider how forms are typically coded without flexbox. What HTML mark-up would you use for the following fields? We would normally use mark-up as such: <div> <label for="name">name</label> […]

Continue reading %Make Forms Fun with Flexbox%


by Craig Buckler via SitePoint

No comments:

Post a Comment