• Adam Mark's picture
    Adam Mark on February 2, 2012

    Designing a tablet UI often means making two different UIs: one for portrait mode and one for landscape mode. But it's easier than it sounds—and you can do it entirely with CSS. Let's say you want to display a list of videos in two different ways: as a top-down list in portrait mode and as a grid in landscape mode. First, start with some CSS that applies to both portrait and landscape modes: Read More →