Skip to content

Instantly share code, notes, and snippets.

@SirPepe
Created March 15, 2012 00:00
Show Gist options
  • Save SirPepe/2040543 to your computer and use it in GitHub Desktop.
Save SirPepe/2040543 to your computer and use it in GitHub Desktop.
Übung Adaptives Layout
/**
* Übung Adaptives Layout
*/
body { padding: 2.5%; }
div { margin: 0 2.5% 2.5%; height: 80px; border-radius: 8px; }
/* An's Werk! */
<div id="foo" style="background:red"></div>
<div id="bar" style="background:green"></div>
<div id="baz" style="background:blue"></div>
<div id="bla" style="background:yellow"></div>
<div id="buh" style="background:magenta"></div>​
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment