Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
.fullSundae{
height:500px;
position:static;
}
.fullSundae > .iceCreamScoop{
height:100px;
}
.glass{
position:relative;
height:60%;
}
.glass .iceCreamScoop{
height: 33.3%;
position:relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment