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 >
  <p>
    I want this paragraph to be at the center, but I can't.
  </p>
</div>
  
</body>
</html>
 
div
{
  width:300px;
  height:100px;  
  display: table; 
  background:#ccddcc;  
}
p {
  text-align:center; 
  vertical-align: middle;
  display: table-cell;   
}
Output 300px

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

Dismiss x
public
Bin info
Ficopro
0viewers