Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Design 101: Tips & Tricks

Aly Fluckey
November 04, 2015

Design 101: Tips & Tricks

Aly Fluckey

November 04, 2015
Tweet

More Decks by Aly Fluckey

Other Decks in Design

Transcript

  1. SOME WAYS TO HELP ESTABLISH HIERARCHY > color & contrast

    > size > alignment > repetition > whitespace
  2. @media screen and (max-width: 1280px) { .desktop-to-tablet-class { width: 75%;

    margin: auto; } } @media screen and (max-width: 768px) { .tablet-to-mobile-class { width: 85%; margin: auto; } } @media screen and (max-width: 320px) { .mobile-and-below-class { width: 100%; } }