Webdesign für Entwickler

Eine Einführung

Before we begin

“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”

- Antoine de Saint-Exupéry

Warum das Ganze?

Layout

Fallbeispiel

simplebits.com

Implementierung

#inhalt {
    float: left;
    width: 65%;
}

#info { float: left; width: 30%; margin-left: 5%; }
#footer { clear: both; }

#nav { list-style: none; margin: 0; padding: 0; }
#nav li { float: left; }
#nav li a { display: block; padding: 5px; }

Wenn IE mal wieder streikt

Mehr Layout

Fallbeispiel

lamsonproject.org

Fallbeispiel

apple.com

Farbenwahl

Fallbeispiel

fedoraproject.org

Fallbeispiel

chyrp.net

Schriften: Webfonts

Damit ist nicht zu spaßen!

(original by XKCD)

Schriften: Linux fonts

Grafiken!

Ressourcen dazu

Fazit

Fragen? Anregungen? Eigene Seiten?

Dankeschön.

Happy designing!