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>
  <style>
  div.sale {
text-align: left;
    display: table;
    width: 100%;
  
}
div.sale span {
  display: table-cell;
  vertical-align: middle;
}
    
div.sale img {
  display: table-cell;
float: right;
clear: right;
}
  </style>
</head>
<body>
<div class="sale">
  <span >simply text</span>
<img src="http://lorempixel.com/150/150" alt="" width="150" height="150">
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers