Web Design Inspiration: Fourmile Heroes

Sometimes, it’s the sub­tle work that impresses me the most.  A non-​​trained designer can blun­der their way through the broad strokes of design, but it’s those fine lit­tle details that are telling.

The Fourmile Heroes site is a char­ity site sell­ing posters by a won­der­ful illus­tra­tor named Steve Lowtwait.  He has this mar­velous style that I just adore—if you’ve been around Boulder lately, you’ve seen some of his work hang­ing in shop win­dows.  One of these days, I’m going to pick up a print.  I admire how civi­cally minded Steve is as well.  Proceeds from the posters go to local firefighters.

Back to the site—it’s built by a design com­pany called Slice of Lime, based locally as well. They really know their stuff.

The first thing that stands out is the great use of typog­ra­phy here.  At a glance, I rec­og­nized a cou­ple of the fonts from my favorite font site, Font Squirrel, such as BlackJack.  Digging into the stylesheet, I spot­ted a CSS dec­la­ra­tion I wasn’t famil­iar with:

p, ul, ol {
line-height: 1.4;
margin-bottom: 20px;
 text-rendering: optimizeLegibility;
 }

181d22236e8bbcdfab9dcf13137118c7 It was the text-​​rendering set­ting that I wasn’t famil­iar with.  I did some dig­ging and learned that with­out this, we don’t get lig­a­tures prop­erly in font-​​sizes below 20px.  Can’t think of a time when I tried to use a web font for any­thing small, but this is good to know-​​ligatures are very impor­tant.   So there’s some­thing I learned.  You can read more about text-​​rendering on Mozilla’s site.  Don’t ask me why it’s required in the first place.

The over­all lay­out and orga­ni­za­tion of the page is great and well-​​balanced.  It leads the eye from piece to piece very effec­tively.  But the sec­ond thing I want to point out is its sub­tle use of tex­ture.  Each of the color blocks has a sub­tle tex­ture that really brings the whole thing together for me.  I find tex­ture really helps my eye stick to a design, no pun intended.

As a gen­eral tip, if you’re not pick­ing apart the code on sites like this when you come across them, and you’re inter­ested in design, you really should!  I use Firebug in Firefox to inspect ele­ments and track down the CSS and Javascript being used for var­i­ous effects.  It’s one of the best ways to learn real world web design, and all the exam­ples are right out there for you.  Just don’t steal the code.

    Tags: , , ,

    Posted on:

    Leave a Reply