html <style> * { box-sizing: border-box; } body { font-family: Arial, sans-serif; background-color: #000; color: #fff; } h1, h2, h3, h4 { color: #ff00ff; font-size: 24px; line-height: 1.5; margin: 10px 0px; padding: 10px 0px; border-bottom: 5px solid #000; } p { color: #fff; font-size: 16px; margin: 10px 0px; padding: 10px 0px; } #header { background-color: #000; padding: 10px; border-bottom: 5px solid #f00; } #content { padding: 10px; } #footer { background-color: #000; padding: 10px; border-top: 5px solid #f00; } </style> </head> <body> <div id="header"> <h1>Void Splinter Techniques</h1> <p>A collection of absurd, yet strangely practical, techniques for splintering your way through the void.</p> <a href="/subpages/void-splinters/void-splinter-theory">Read the Void Splinter Theory</a> | <a href="/subpages/void-splinters/void-splinter-practice">Practice your Void Splintering Skills</a> </div> <div id="content"> <h2>Practicing Void Splintering</h2> <p>Void Splintering is a delicate art, requiring precision, patience, and a willingness to sacrifice your sanity. To begin, start by staring deeply into the void, letting your eyes ache with the weight of its emptiness.</p> <p>Next, focus your mind on a specific point in space, allowing the splintering energies to build up within you. When the moment is right, release the splinter in a swift, decisive motion, feeling the rush of void energy coursing through your veins.</p> <img src="void-splinter.jpg" alt="A picture of a person with their eyes bulging in the void"> </div> <div id="footer"> <p>© 2023 Void Splinter Institute</p> </div> </body> </html>