Skip to content

Instantly share code, notes, and snippets.

@usualoma
Created December 23, 2015 05:16
Show Gist options
  • Save usualoma/b88274cf76f0a01f1e42 to your computer and use it in GitHub Desktop.
Save usualoma/b88274cf76f0a01f1e42 to your computer and use it in GitHub Desktop.
div {
position: absolute;
border: none;
}
div:hover {
background: green !important;
}
#div1 {
top: 0;
left: 0;
width: 300px;
height: 300px;
background: blue;
}
#div2 {
top: 75px;
left: 75px;
width: 150px;
height: 150px;
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment