Category: Short & Sweet
My Bootstrap Toolbelt – Equal Height Columns
One of my favorite things about Bootstrap’s Framework are the columns it comes with. The goal of this blog post is to quickly show you how to achieve equal height columns using One line of CSS (No hacks required!!). This snippet was recently added to my tool-belt and I feel that it should be a … Continue reading My Bootstrap Toolbelt – Equal Height Columns
My Bootstrap Toolbelt – Phone Number Input
One thing I love about bootstrap is the consistency you get with Form Elements that it offers. I recently experienced having to create phone number input fields and as a result I added the following snippet to my toolbet. Let’s start with the HTML Now the Style. Putting all together! Easy enough right? I hope … Continue reading My Bootstrap Toolbelt – Phone Number Input