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>
  <ul>
  <li class="asset activity quiz" id="module-394827">
<a class="asset_link" href="#">How much do you know about the 80s?</a>
</li>
    
      <li class="asset activity forum" id="module-394827">
<a class="asset_link" href="#">Post your favorite 80s videos</a>
</li>
  </ul>
  
  
</body>
</html>
 
.asset a{
    text-decoration:none;
    padding-right:20px;
    line-height:2;
}
.activity .asset_link:before {
  padding: 0.3em 0.5em;
  margin-right:2%;
  background-color: #888;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: white;
  text-transform: capitalize;
 
}
.activity.quiz .asset_link:before {
    content: 'Quiz';
    background-color:#C80A60;
}
.activity.forum .asset_link:before {
    content: 'Forum';
    background-color:#02A8A8;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers