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>
  <div class="example" id="box" style="font-weight: bold; overflow: hidden !important; border: solid 2px green;">    
  </div>
  
  <output id="op"></output>
  <p>After removing 'font-weight':</p>
  <output id="op2"></output>
</body>
</html>
 
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.example {
  width: 200px;
  height: 200px;
  border: solid 2px #444;
  background: lemonchiffon;
  margin: 20px auto;
}
output, p {
  display: block;
  clear: both;
  width: 60%;
  margin: 20px auto;
}
p {
  color: red;
  font-weight: bold;
}
Output 300px

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

Dismiss x
public
Bin info
ImpressiveWebspro
0viewers