Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="dfgvfdgfdgdfg" />
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <ul>
  <li><a href="#">item-1</a></li>
  <li><a href="#">item-2</a></li>
  <li><a href="#">item-3</a></li>
  <li><a href="#">item-4</a></li>
  <li><a href="#">item-5</a></li>
</ul>
</body>
</html>
 
ul {
  width: 960px;
  margin: auto;
  display: table;
  border-collapse: collapse;
}
ul li {
  display: table-cell;
  text-align: center;
}
ul a {
  background-color: #6F95E3;
  display: block;
  padding: 15px;
  color: #4D4D44;
  font-size: 1.5em;
  text-decoration: none;
  transition: background-color 0.35s;
}
ul a:hover {
  background-color: #5E88DF;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers