Tag: CSS
14 Jan
2016
Print Layouts Inspired Web Design
All the way back in high school and even at my first job out of college, we were trying to […]
Full Details18 Aug
2015
Aligning Elements with CSS Transforms
Here’s some quick CSS for horizontally or vertically centering any element. It’s all done with CSS3 transforms, meaning it’s a […]
Full Details04 Feb
2015
Social Share Kit – CSS & JS Social Sharing Tools
While its relatively easy to roll your own social sharing tools, especially for things like Twitter and Facebook, the tool […]
Full Details02 Feb
2015
CSS-Only Row and Column Highlighting
The article linked below says CSS only, but like everything on the web, a little bit of JavaScript/jQuery makes it […]
Full Details28 Jan
2015
Utilizing Nth-Child Selectors to Create New Ones
Nice article about using the existing framework of CSS3 selectors to create new instances of selectors. (Ab)Using CSS3’S :nth-child Selector […]
Full Details17 Dec
2014
Creating a Reverse Ellipsis
I’ve actually never had a need for this, but now that I’ve read this article, it’s filed in the back […]
Full Details