A to Z CSS: Justify

Justify is one available value for the text-align property. It allows the formatting of text in a style often used in newspaper design. In this episode, we’ll look at the 12 possible values for text-align, one of which is justify, next we’ll look at using justified...

Kickdrop Code Sample: Bootstrap Sliders

Visit Kickdrop to download for FREE Simple and beautiful form sliders for any bootstrap-based project. We love these sliders because the jQuery is very easy to work with and the overall code quality is fantastic. The styles are minimal with all the mobile and touch...

A to Z CSS: ID

ID is a CSS selector that allows the styling of a single unique element. Their use in CSS is common and often a little controversial. In this video, I will outline some of the reasons why I prefer the class selector over ID, how CSS specificity works. Transcript ID is...