Skip to content

Instantly share code, notes, and snippets.

@katapad
Last active December 16, 2015 00:29
Show Gist options
  • Save katapad/5348250 to your computer and use it in GitHub Desktop.
Save katapad/5348250 to your computer and use it in GitHub Desktop.
@WIDTH: 400px;
@Y: 100px;
div#container {
width: @WIDTH;
margin: auto;
position: relative;
.persepective(350px);
.origin(@WIDTH * 0.5, @Y);
.preserve3d();
ul {
.abs(0, @Y);
.preserve3d();
&#list1 {
}
&#list2 {
right: 0;
left: auto;
}
li {
.abs(-174px / 2, 250px /2);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment