Skip to content

Instantly share code, notes, and snippets.

@bidah
Created May 19, 2012 03:13
Show Gist options
  • Save bidah/2728825 to your computer and use it in GitHub Desktop.
Save bidah/2728825 to your computer and use it in GitHub Desktop.
Untitled
.one {
background-color:red;
position:relative;
width: 100px;
height:100px;
}
.two {
background-color:blue;
position:absolute;
width: 50px;
height:50px;
right:0;
bottom:0;
}
<div class = "one">
<div class = "two">
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment