Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div class="wrapper">
    <div class="box">
      I have a margin of 10%.
    </div>
  </div>
</body>
</html>
 
 * {
   box-sizing: border-box;
 }
 .wrapper {
   border: 5px dotted black;
   width: 200px;
   height: 400px;
 }
 .box {
   background-color: rgb(55, 55, 110);
   color: white;
   padding: 20px;
   border-radius: .5em;
   margin: 10%;
 }
 body {
   font: 1.4em/1.3 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
   margin: 2em 3em;
 }
Output

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

Dismiss x
public
Bin info
jinchao1992pro
0viewers