Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<style>
div {
  width: 300px;
  margin: auto;
  background-color: #FFF4A3;
}
</style>
<body>
<h1>Вирівнювання елемента DIV по центру</h1>
<div>
  <h2>London</h2>
  <p>London is the capital city of England.</p>
  <p>London has over 13 million inhabitants.</p>
</div>
</body>
</html>