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>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, figure, footer, header, hgroup, 
menu, nav, section { display: block; }
  
a:link {
  font-size: 40px;
  color: #222;
}
 
a:visited {
    display: block;
    width: 300px;
    height: 300px;
    border: solid 4px green;
    margin: 10px;
    padding: 20px;
    outline: solid 4px red;
    float: left;
    background: black;
    font-family: sans-serif;
    font-size: 100px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: limegreen;
}
  
a:hover {
  color: white;
  background: #333;
}
  
</style>
</head>
<body>
  <a href="http://www.google.com">Visit Me</a>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers