CSS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
(→Links) |
||
Zeile 20: | Zeile 20: | ||
[[Category: -OSEG 301 - IT Administration]] | [[Category: -OSEG 301 - IT Administration]] | ||
+ | |||
+ | ==Preprocessors== | ||
+ | * [http://lesscss.org/ LESS] | ||
+ | ** [http://getpreboot.com/ Preboot] | ||
+ | ** [http://lesselements.com/ LESS Elements] | ||
==Links== | ==Links== | ||
* [http://coding.smashingmagazine.com/2012/04/20/decoupling-html-from-css/ Decoupling HTML From CSS] | * [http://coding.smashingmagazine.com/2012/04/20/decoupling-html-from-css/ Decoupling HTML From CSS] | ||
* [https://speakerdeck.com/mdo/frameworks-of-tomorrow Frameworks of Tomorrow] | * [https://speakerdeck.com/mdo/frameworks-of-tomorrow Frameworks of Tomorrow] | ||
+ | ** [http://necolas.github.io/normalize.css/ Normalize.css] | ||
+ | ** [http://www.getskeleton.com/ Skeleton] | ||
+ | ** [http://responsive.gs/ responsive.gs] | ||
+ | ** [http://daneden.me/animate/ Animate.css] | ||
+ | ** [http://stuffandnonsense.co.uk/projects/rock-hammer/ Roch Hammer] |
Version vom 6. Juni 2013, 11:25 Uhr
OSEG Wiki
See what CSS code you can use in the OSEG Wiki:
- in Commons.css under /** OSEG CSS Code **/
- The class .round makes tables, divs and spans (everything with a border) round with 10px.
Equal Height Columns
- http://stackoverflow.com/questions/10987821/two-columns-equal-height-only-css-no-display-table-table-row-table-cell
- http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks
- At the bottom are examples with 2, 3, 4 and 5 columns.
Two Horizontal Divs
CSS3 gradient background
Images
- http://placehold.it/ - a quick and simple image placeholder service.