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>
  <article>
    <div class="img-cell">
    </div>
    <div class="text-cell">
      <div class="extra-css" >
        <h1>Title</h1>
        <h3>Category</h3>
        <h3>Category</h3>
        <h3>Category</h3>
        <h3>Category</h3>
      </div>
    </div>  
  </article>
</body>
</html>
 
 article {
   position: relative;
 }
.img-cell { 
  height: 300px;
}
.text-cell {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers