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>
  <div><span>Lorem Ipsum</span>Supercalifragilisticexpialidocious</div>
  <div class="ellipsis"><span>Lorem Ipsum</span>Supercalifragilisticexpialidocious</div>
  </body>
</html>
 
span {
  float: right;
 
  border: solid green;
  padding: 25px;
}
div {
  white-space: nowrap;
  overflow: hidden;
  width: 250px;
  border: solid blue;
  margin: 10px;  
}
.ellipsis {
  text-overflow: ellipsis;
}
Output

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

Dismiss x
public
Bin info
frivoalpro
0viewers