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="first"><span>Hello g World</span></div>
  <div class="second"><span>Hello g World</span></div>
  <div class="third"><span>Hello g World</span></div>
  <div class="fourth"><span>Hello g World</span></div>
</body>
</html>
 
div {
  display: inline-block;
  background-color: rgba(255, 0, 0, 0.3);
  margin-top: 50px;
  height: 20px; /* This is fixed! */
  vertical-align: text-top;
  
}
span {
  vertical-align: baseline;
}
.first {
  font-size: 16px;
}
.second {
  font-size: 30px;
}
.third {
  font-size: 60px;
}
.fourth {
  font-size: 8px;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers