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>
  
.example-text {
    -webkit-flow-into: example-text-flow;
    -ms-flow-into: example-text-flow;
    flow-into: example-text-flow;
    padding: 0;
    margin: 0;
    width: 200px;
    height: 50px;
}
  
.regions {
    border: 1px solid black;
    padding: 2px;
    margin: 5px;
    width: 200px;
    height: 50px;
    -webkit-flow-from: example-text-flow;
    -ms-flow-from: example-text-flow;
    flow-from: example-text-flow;
  color: #FFCC00;
}
  
</style>
  <script type="text/javascript" src="https://rawgithub.com/FremyCompany/css-regions-polyfill/master/cssregions.min.js"></script>
</head>
<body>
  
<div class="example-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliadsafasdf</div>
<div class="regions"></div>  
  
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers