Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div>
    <div class="editor">
      <p>
          <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRuNttOBNTQ-KGcQnRWWSyCwo24UqBm8187JBYyNV3okK-rxsum">
      </p>
  </div>
    
  <div class="editor">
    <p>
        文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字
    </p>
  </div>
</body>
</html>
<style>
  .editor{
    width: 100%
  }
  
  .editor > p{
    width: 80%
  }
  
  .editor > p > img{
    width: calc(100% + )
  }
  
  
</style>
<script>
  
</script>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers