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>
  
</body>
</html>
 
body{
  min-height: 100%;
  background: red;
}
/* the or in the next line can only be an "or" and not a "," */
@supports (display: block) or (display: inline) {
  body{
    background: blue;
  }
}
/* the comma in the next line can only be "," not "or" */
@media (max-width: 300px),  (min-width: 400px) {
  body{
    background: black;  
  }
}
Output 300px

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

Dismiss x
public
Bin info
PM5544pro
0viewers