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>
  <a title='move right' class='edit move_right' href="http://demo.moodle.net/course/mod.php?sesskey=5AElD7S1su&amp;sr=0&amp;id=1772&amp;indent=1">Move right</a>
  <br />
  <a title='update' class='edit editing_update' href="#">Update</a>
  
</body>
</html>
 
.edit {
    text-decoration:none;
    padding-right:20px;
   
}
.edit:after {
    font-size:1.5em;
    padding-left:1%;
    vertical-align:middle;
    display:inline-block;
}
.move_right:after{
  content :'☞';
}
.editing_update:after {
  content :'✎';
}
.edit:hover:after {  
  transform: scale(1.3);
-webkit-transform: scale(1.3);
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers