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>
<textarea></textarea>
  background-repeat 默认值
<hr>
<textarea></textarea>
  background-repeat: round;
</body>
</html>
 
textarea {width: 200px;height: 172px;padding: 20px;
  border: 1px solid #f00;
  background-image: url(http://sfault-avatar.b0.upaiyun.com/604/519/6045191-1140000000383699_big64);
  background-color: #c8c8c8;
}
textarea ~ textarea {
  background-repeat: round;
}
Output 300px

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

Dismiss x
public
Bin info
linxzpro
0viewers