Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
@media screen and (min-width: 0px) {
    div#mydiv {
        width:500px;
        margin:0 auto;
        height:100px;
        background:#09F;
        font-size:27px;
}
@media screen and (min-width: 1000px) {
    div#mydiv {
        width:900px;
        margin:0 auto;
        height:100px;
        background:#09F;
        font-size:27px;
}
</style>
</head>
<body>
<div id="mydiv">Contoh Layout</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers