Skip to content

Instantly share code, notes, and snippets.

@alixaxel
Created December 12, 2011 09:48
Show Gist options
  • Save alixaxel/1466274 to your computer and use it in GitHub Desktop.
Save alixaxel/1466274 to your computer and use it in GitHub Desktop.
.grid {
margin: 0 auto;
width: 480px;
._01 {
background-color: rgb(109, 51, 193);
width: 23.000000%;
}
._02 {
background-color: rgb(30, 9, 171);
width: 48.000000%;
}
._03 {
background-color: rgb(129, 193, 226);
width: 73.000000%;
}
._04 {
background-color: rgb(227, 139, 121);
width: 98.000000%;
}
._01, ._02, ._03, ._04 {
display: inline;
float: left;
position: relative;
margin: 0 1.000000%;
&.alpha {
margin-left: 0;
}
&.omega{
margin-right: 0;
}
> ._01 {
&.alpha,
&.omega {
width: 24.000000%;
}
}
> ._02 {
&.alpha,
&.omega {
width: 49.000000%;
}
}
> ._03 {
&.alpha,
&.omega {
width: 74.000000%;
}
}
> ._04 {
&.alpha,
&.omega {
width: 99.000000%;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment