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='jt-container'>
  <div class='jt-row'>
    <div class='jt-circle'></div>
    <div class='jt-header'>here is a header 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text
    </div>
  </div>  
  <div class='jt-row'>
  <div class='jt-detail'>here is a header 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text
      <div class='jt-item-price'>12.50</div>
    </div>
  </div>
</div>  
  
</body>
</html>
 
.jt-container{
  border: 1px solid red; 
}
.jt-row{
  border: 1px solid blue;
  position: relative;
}
.jt-circle{
  width: 5px;
  height: 5px;
  background-color:blue;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.jt-header{
  width: 300px;
  display: inline-block;
  border: 2px solid black;
}
.jt-detail{
  width: 300px;
  margin-left: 10px;
  display: inline-block;
  border: 2px solid black;
}
.jt-item-price{
  display: inline-block;
    position: absolute;
    top: -80px;
    right: 70px;  
  
}
Output 300px

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