by Justin Bennett | Apr 25, 2017 | CSS, HTML5
One of the hurdles I faced when beginning to work with responsive designs was the lack of an obvious way to assign an aspect ratio to a container in CSS. This kind of thing can be handled with an image placeholder or Javascript, but neither is an elegant solution....
by Justin Bennett | Feb 4, 2017 | CSS, Design
Sometimes there are things you want to do in your layouts with CSS (Cascading Style Sheets) that you assume would be easy, but as you dive into the coding, it turns out what you thought should work just isn’t cutting it. Equally spacing elements across a...
by Justin Bennett | Jun 3, 2016 | CSS, Design, PHP, Wordpress
Often a design calls for styling that makes an article archive (or any list of custom post types) easier to visually navigate. This can be as simple as altering the background color of every other post or something more involved depending on the situation at hand, but...
by Justin Bennett | Jul 26, 2011 | (X)HTML, CSS, Design
Custom logos and exotic heading fonts… two things that as designers we’re in love with when it comes to website aesthetics. That’s where image replacement techniques come into the picture but when it comes to maintainability, accessibility, and...
by Justin Bennett | Jul 26, 2011 | CSS, Design
Aaaah, rounded corners. One of those design elements that’s subtle and classy… but that used to mean running to Illustrator or Photoshop to generate, slice, optimize, and export images, merge them into a sprite and then finally place them into their...