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

Rastersysteme in der (responsiven) Webgestaltung

Rastersysteme in der (responsiven) Webgestaltung

Patrick Kranzlmüller

May 22, 2012
Tweet

Other Decks in Technology

Transcript

  1. The grid system is an aid, not a guarantee. It

    permits a number of possible uses and each designer can look for a solution appropiate to his personal style. But one must learn how to use the grid; it is an art that requires practice. Josef Müller Brockmann artofthegrid.com/quotes.html
  2. Real Web Designers write Code. Always have, always will. Jeffrey

    Zeldman https://twitter.com/zeldman/statuses/4818978868
  3. <p> <a href="/index.php?nodeId=5328"> ADC Festival 2012<br> <span style="font-weight: normal;"> Vom

    9. bis 13. Mai 2012 ist der Art Directors Club ... </span> </a> </p>
  4. <p> <a href="/index.php?nodeId=5328"> ADC Festival 2012<br> <span style="font-weight: normal;"> Vom

    9. bis 13. Mai 2012 ist der Art Directors Club ... </span> </a> </p>
  5. <p> <a href="/index.php?nodeId=5328"> ADC Festival 2012<br> <span style="font-weight: normal;"> Vom

    9. bis 13. Mai 2012 ist der Art Directors Club ... </span> </a> </p>
  6. <p> <a href="/index.php?nodeId=5328"> ADC Festival 2012<br> <span style="font-weight: normal;"> Vom

    9. bis 13. Mai 2012 ist der Art Directors Club ... </span> </a> </p>
  7. <h1> <a href="/news/adc-festival-2012/"> ADC Festival 2012 </a> </h1> <p> Vom

    9. bis 13. Mai 2012 ist der Art Directors Club ... </p>
  8. Handheld @media only screen and (max-width: 767px) {} Handheld Landscape

    @media only screen and (min-width: 480px) and (max-width: 767px) {} Tablet Portrait @media only screen and (min-width: 768px) and (max-width: 980px) {}
  9. Baseline Grid Base Font Size & Base Line Height (pro

    Endgerät/Auflösung) alle weiteren Schriftgrößen/Zeilenhöhen relativ zur Base mittels "em" http://compass-style.org/reference/compass/typography/ vertical_rhythm/