Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div></div>
 
wrap{
  position: relative;
  top: 0px;
  left: 0px;
}
div:nth-child(1){
  width: 300px;
  height: 300px;
  position: absolute;
  top:330px;
  
}
div::before{
  content: 'fff';
}
div:active{
    background: red;
}
body:active{
  background: gray;
}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers