Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="background-position:bottom">
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div id="test"></div>
</body>
</html>
 
html {
    background-image:url(http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/html/support/cat.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
body {
    margin: 0px;
}
#test {
    width: 400px;
    height: 200px;
}
Output

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

Dismiss x
public
Bin info
kojiishipro
0viewers