Rounded corners

 h1.round 
{
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background: #ccc;
}

This heading 1 content rounded corners.