.aFancyHeading span { position: absolute; background: red; width: 100%; height: 100%; } </style> </head> <body> <h1 class="aFancyHeading"><span></span>This is the heading</h1> <p>This is the content. this is a test. this is a test. This is the content. this is a test. this is a test. This is the content. this is a test. this is a test. This is the content. this is a test. this is a test. </p> </body> </html>