Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
<span id="sec1" class="box">
  <a href="#">
    MOVIES
  </a>
</span>
  
<span id="sec2" class="box">
  <a href="#">
    MUSIC
  </a>
</span>
  
<span id="sec3" class="box" >
  <a href="#">
    RADIO
  </a>
</span>
  
<span id="sec4" class="box">
  <a href="#">
    COMICS
  </a>
</div>
  
</body>
</html>
 
.box {
  text-align:center;
  top:9vh;
  left:0;
  background-color: #7d7e7d;
  display:inline;
  white-space:nowrap;
  overflow:hidden;
  margin: 3px;
  padding: 3px;
}
.active {
  background-color: green;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers