Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">

<body>

<div class="row">
	<div class="col-md-6">
		<h1>Maynard James Keenan</h1>
		<h2>Born James Herbert Keenan April 17, 1964</h2>
		<h4>Lead Singer and Lyricist for:</h4>
		<ul>
			<li>Tool</li>
			<li>A Perfect Circle</li>
			<li>Puscifer</li>
		</ul>
		<p>A prolific artist, Keenan is known for deep, thoughtful lyrics that provoke and intrigue through heavy use of metaphor.</p>

		<p>Maynard is not just an entertainer. He also owns and operates Merkin Vinyards in Jerome, Arizona.</p>

		
		<p>Describing Keenan's contribution to Tool and A Perfect Circle,The New York Times wrote that...</p>

		<blockquote>"both groups rely on Mr. Keenan's ability to dignify emotions like lust, anger and disgust,<br> the honey in his voice adding a touch of profundity"</blockquote>

		<cite>-Ann Powers - <a href="http://www.nytimes.com/2000/08/22/arts/rock-review-nearly-naked-guy-cloaked-in-self-confidence-and-a-tattoo.html">New York Times</a></cite>


	<h3>Discography</h3>
	<p>With TexA.N.S.</p>
<ul>
<li>Live at Sons and Daughters Hall (1986)</li>
<li>Never Again (1986)</li>
</ul>
<p>With Children of the Anachronistic Dynasty</p>
<ul>
<li>Fingernails (1986)</li>
<li>Dog.House (1987)</li>
</ul>
<p>With Tool</p>
<ul>
<li>Undertow (1993)</li>
<li>Aenima (1996)</li>
<li>Lateralus (2001)</li>
<li>10,000 Days (2006)</li>
</ul>
<p>With A Perfect Circle</p>
<ul>
<li>Mer de Noms (2000)</li>
<li>Thirteenth Step (2003)</li>
<li>eMOTIVe (2004)</li>
</ul>
<p>As Puscifer</p>
<ul>
<li>"V" Is for Vagina (2007)</li>
<li>Conditions of My Parole (2011)</li>
<li>Money Shot (2015)</li>
</ul>

<h4>Learn more about <a href="https://en.wikipedia.org/wiki/Maynard_James_Keenan">Maynard James Keenan</a></h4>

	

</div>	

</div>



</body>
</html>
              
            
!

CSS

              
                

body {
	font-family: 'Philosopher', sans-serif;
	font-size: 16px;
	text-shadow: 2px 2px 2px #000;
	color: white;
}	

a {
	font-family: 'Philosopher', sans-serif;
	font-size: 16px;
	text-shadow: 0px 0px 0px #111;
	color: darkblue;
}	

body {
  background-image: url("https://wallpaperscraft.com/image/maynard_james_keenan_cap_glasses_t-shirt_bottle_2352_2560x1080.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
              
            
!

JS

              
                
              
            
!
999px

Console