CSS Code

			
		

Use this CSS code to create a background that's out of this world.

JavaScript Code

			function createGravityFreeStyle() {
				document.body.style.backgroundPosition = "0px 0px";
				document.body.style.backgroundRepeat = "no-repeat";
			}
		

Use this JavaScript function to add some style to your space-faring fashion sense.

HTML Code

			<div style="background: #000; padding: 20px; border: 4px solid #000; border-bottom: 4px solid #000;">
				<h1>Zero-Gravitationally Fashionable Statement</h1>
				<p>This is a zero-gravitationally fashionable statement.</p>
			>
		

Use this HTML code to create a stylish div that'll make you the talk of the galaxy.