Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<head>
<title>Sandbox</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
body { background-color: #ffffff; font: 16px Helvetica, Arial; color: #fff; }
    #header, #footer {
       background: #f1f1f1;
    }
   
    #header, #footer {
       min-height: 100px;
    }
    #content {
       background: #fff;
       color: #000;
       min-height: 700px;
    }
    #header, #footer, #content {
       width: 100%;
    }
    .wrapper {
       width: 960px;
      padding: 9px 0;
       margin: 0 auto; /* center */
    }
</style>
</head>
<body>
    <div id="header">
       <div class="wrapper">
       <h1>My Title</h1>
       </div>
    </div>
    <div id="content">
       <div class="wrapper">
       <h2>radmenu</h2>
       <p>Lets put the radmenu here </p>
       </div>
    </div>
    <div id="footer">
       <div class="wrapper">
       <p class="credits">Copyright 2014 Phoenix Peca/p>
       </div>
    </div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers