Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<style>
.center {
  text-align: center;
  border: 3px solid green;
}
</style>
</head>
<body>
<h2>Текст по центру</h2>
<div class="center">
  <p>Этот текст центрирован.</p>
</div>
</body>
</html>