Skip to content

Instantly share code, notes, and snippets.

@SelenIT
Forked from anonymous/dabblet.css
Created February 24, 2012 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SelenIT/1903859 to your computer and use it in GitHub Desktop.
Save SelenIT/1903859 to your computer and use it in GitHub Desktop.
вываливающиеся маргины
/**
* вываливающиеся маргины
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
div { margin: 50px; background: rgba(128,128,128,.4); height: 100px; }
p { margin: 5px 10px 10px; background: #8f8; }
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment