Skip to content

Instantly share code, notes, and snippets.

@lenadroid
Created June 25, 2014 07:36
Show Gist options
  • Save lenadroid/828525979284e8affff0 to your computer and use it in GitHub Desktop.
Save lenadroid/828525979284e8affff0 to your computer and use it in GitHub Desktop.
Heather index.css
div#parent
{
position : relative;
z-index: 1000;
}
#canvas
{
width: 100%;
height: 100%;
z-index : 99;
position : absolute;
top:0;
left: 0;
}
div#top
{
z-index : 100;
}
div.mlr
{
min-height : 300px;
}
div.mleft
{
float : left;
min-width : 150px;
}
div.mright
{
float : right;
position : relative;
}
div#contacts
{
font-size : 15px;
text-align : left;
}
div#social
{
position : absolute;
bottom: 10px;
z-index : 100;
width: 80%;
height: 100px;
}
/* Generated with Clay, http://fvisser.nl/clay */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment