Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
  <h2> Something Something </h2>
 <h4> Something here too </h4>
  <br><br><br>
    
  <h2 class="closer"> Something Something </h2>
 <h4 class="closer"> Something here too </h4>
  
  <br><br><br>
  
  
  <h2 class="ohcrap"> Something Something </h2>
 <h4 class="ohcrap"> Something here too </h4>
  
</body>
</html>
 
.closer { 
  line-height: 2px;
}
.ohcrap + .ohcrap {
 margin-top: -30px; 
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers