Tag: Layout

  • Web fonts now (how we’re doing with that)

    Web fonts now (how we’re doing with that)

    Fonts you can legally embed in your website using the CSS standard @font-face method. Why you’d want to. State of the art.

  • Making Modular Layout Systems

    Making Modular Layout Systems

    Jason Santa Maria details his approach to building a modular system for laying out pages with CSS—“a handy way to predictably tame content without becoming predictable.”

  • A List Apart is changing

    A List Apart is changing

    A List Apart, for people who make websites, is slowly changing course.

  • ALA 261: CSS layout redux; in praise of prototyping

    ALA 261: CSS layout redux; in praise of prototyping

    CSS layout is awesome, except when your layout calls for a header, a footer, and columns in between. “Faux Absolute Positioning” combines the strengths (and removes the weaknesses) of absolute positioning and float-based layouts. Plus:…