Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>resize test by 一丝</title>
  <style>
    textarea{
      margin-left: 30px;
      padding: 0;
      display: block;
      height:3em;
      width:10em;
    }
  </style>
</head>
<body>
  <textarea style="resize: both;">resize: both</textarea>
  <textarea style="resize: horizontal;">resize: horizontal</textarea>
  <textarea style="resize: vertical;">resize: vertical</textarea>
</body>
</html>
Output

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

Dismiss x
public
Bin info
yisipro
0viewers