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>
  <div class="pagination">
    <a class="prev" href="#">Previous</a>
    <a class="next" href="#">Next</a>
  </div>
  
</body>
</html>
 
.pagination {
  background: #ccc;
  display: inline-block;
  font-size: 20px;
}
.pagination a {
  display: block;
  float: left;
  padding: 0.5em;
}
.pagination .prev {
  background: #ddd;
}
.pagination .next {
  background: #ccc;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers