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

              
                <!doctype html>
<html lang="en">


<head><script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
   <meta charset="utf-8" />
   <title>Huck Files Comics</title>
   <link href="comics.css" rel="stylesheet" />
   
  <link rel="shortcut icon" type="image/ico" href="https://i.imgur.com/NQK9214.png">
</head>

<body>
   <div id="pagewrapper">
  
      <div id="header">
         <!--<div id="hed">
		 
		 <ul id="nav">	        
	    <li><a href="huckfiles.tumblr.com">Back To Star Cat</a></li>
    <div id="lavalamp"></div>
	</ul>
		 
		 
         </div>  <!-- top nav -->
      </div> 

      <div id="content">
	  <h1>Huck Files</h1>
	  <h3>Comics</h3>
         <p></p>
		 
		 <div id="Images">
        	<ul>
            	  <li><a href="https://i.imgur.com/LZNdx6L.png"><img src="https://i.imgur.com/Ymx1heO.png" height="150" width="150" alt="bathroom food"/></a></li>
		<li><a href="https://i.imgur.com/u658H12.jpg"><img src="https://i.imgur.com/1QPrZRz.png" height="150" width="150" alt="the dump"/></a></li>
		<li><a href="https://i.imgur.com/3BocgJe.jpg"><img src="https://i.imgur.com/WFm8Dxf.png" height="150" width="150" alt="Bone Monster"/></a></li>
		<li><a href="https://i.imgur.com/16cRns2.png"><img src="https://i.imgur.com/K7XaNJM.png" height="150" width="150" alt="Feeding These Kids"/></a></li>
		<li><a href="https://i.imgur.com/jEtnTSN.jpg"><img src="https://i.imgur.com/FdC9isc.png" height="150" width="150" alt="Chapple"/></a></li>
		<li><a href="https://i.imgur.com/D3014gF.png"><img src="https://i.imgur.com/yjmGndn.png" height="150" width="150" alt="Bottom Sneezes"/></a></li>
		<li><a href="https://i.imgur.com/ydiroBC.png"><img src="https://i.imgur.com/IdN5cvt.pnge" height="150" width="150" alt="About Time"/></a></li>
		<li><a href="https://i.imgur.com/iyZWdWw.png"><img src="https://i.imgur.com/cvFebIy.png" height="150" width="150" alt="spiders"/></a></li>
		<li><a href="https://i.imgur.com/84SGeL6.png"><img src="https://i.imgur.com/y8CuMzr.png" height="150" width="150" alt="Late For Class"/></a></li>
		<li><a href="https://i.imgur.com/GuwBKTa.png"><img src="https://i.imgur.com/spCJnwh.png" height="150" width="150" alt="Womb Tweeter"/></a></li>
		
		</ul></div>
		
		 <ul id="nav">	        
	    <li><a href="huckfiles.tumblr.com">Back To Star Cat</a></li>
    <div id="lavalamp"></div>
	</ul>
		
      </div>  
          
		  
       
    
   </div>  
  
<script type="text/javascript">if (!NREUMQ.f) { NREUMQ.f=function() {
NREUMQ.push(["load",new Date().getTime()]);
var e=document.createElement("script");
e.type="text/javascript";
e.src=(("http:"===document.location.protocol)?"http:":"https:") + "//" +
  "d1ros97qkrwjf5.cloudfront.net/42/eum/rum.js";
document.body.appendChild(e);
if(NREUMQ.a)NREUMQ.a();
};
NREUMQ.a=window.onload;window.onload=NREUMQ.f;
};
NREUMQ.push(["nrfj","beacon-3.newrelic.com","5fea191aea","2478111","dVdXRUsJXllcERtQEl8XXlhKEh1HWBQ=",15,89,new Date().getTime(),"","","","",""]);</script></body>
</html>
              
            
!

CSS

              
                body    {font-family: "century gothic", Verdana, Arial, Helvetica, sans-serif;
       font-size: 1em;
       background-color:#fff; 
     
       color:#121212;
       margin:0;
       padding:0;}
     


h1, h3 {text-align:center;}
h3 {font-family: "lucida calligraphy"}

#hed {margin-left:600px; }	   
	   
#nav,#nav ul {
	    list-style: none outside none;
	    margin: 0;
	    padding: 0;
	}
	#nav {
	    background: url('menu_bg.png') no-repeat scroll 0 0 transparent;
	    clear: both;
	    font-size: 12px;
	    height: 58px;
	    padding: 0 0 0 9px;
	    position: relative;
	    width: 957px;
		font-size:20px;
	}
	#nav ul {
	    background-color: #fff;
	    border:1px solid #222;
	    border-radius: 0 5px 5px 5px;
	    border-width: 0 1px 1px;
	    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	    left: -9999px;
	    overflow: hidden;
	    position: absolute;
	    top: -9999px;
	    z-index: 2;
	 
	    -moz-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	    -o-transform: scaleY(0);
	    -webkit-transform: scaleY(0);
	    transform: scaleY(0);
	 
	    -moz-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	    -o-transform-origin: 0 0;
	    -webkit-transform-origin: 0 0;
	    transform-origin: 0 0;
	 
	    -moz-transition: -moz-transform 0.1s linear;
	    -ms-transition: -ms-transform 0.1s linear;
	    -o-transition: -o-transform 0.1s linear;
	    -webkit-transition: -webkit-transform 0.1s linear;
	    transition: transform 0.1s linear;
	}
	#nav li {
	    background: url('menu_line.png') no-repeat scroll right 5px transparent;
	    float: left;
	    position: relative;
	}
	#nav li a {
	    color: #CBD3BE;
	    display: block;
	    float: left;
	    font-weight: normal;
	    height: 30px;
	    padding: 23px 20px 0;
	    position: relative;
	    text-decoration: none;
	    text-shadow: 1px 1px 1px #444;
	}
	#nav li:hover > a {
	    color: #ff0567;
	}
	#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
	    background: none repeat scroll 0 0 #;
	    outline: 0 none;	}
		
		#nav li:hover ul.subs {
	    left: 0;
	    top: 53px;
	    width: 180px;
	    -moz-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	    -o-transform: scaleY(1);
	    -webkit-transform: scaleY(1);
	    transform: scaleY(1);
	}	

	#nav ul li {
	    background: none;
	    width: 100%;
	}
	#nav ul li a {
	    float: none;	}
	
	
	#lavalamp {
	    background: url('lavalamp.png') no-repeat scroll 0 0 transparent;
	    height: 16px;
	    left: 13px;
	    position: absolute;
	    top: 0px;
	    width: 64px;
	 
	    -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	    -o-transition: all 300ms ease;
	    -webkit-transition: all 300ms ease;
	    transition: all 300ms ease;
	}
	#lavalamp:hover {
	    -moz-transition-duration: 3000s;
	    -ms-transition-duration: 3000s;
	    -o-transition-duration: 3000s;
	    -webkit-transition-duration: 3000s;
	    transition-duration: 3000s;
	}
	#nav li:nth-of-type(1):hover ~ #lavalamp {
	    left: 13px;
	}
	#nav li:nth-of-type(2):hover ~ #lavalamp {
	    left: 90px;
	}
	#nav li:nth-of-type(3):hover ~ #lavalamp {
	    left: 170px;
	}
	#nav li:nth-of-type(4):hover ~ #lavalamp {
	    left: 250px;
	}
	#nav li:nth-of-type(5):hover ~ #lavalamp {
	    left: 330px;
	}
	#nav li:nth-of-type(6):hover ~ #lavalamp {
	    left: 410px;
	}
	#nav li:nth-of-type(7):hover ~ #lavalamp {
	    left: 490px;
	}
	#nav li:nth-of-type(8):hover ~ #lavalamp {
	    left: 565px;
	}	   

#content {background-color: #AFAA73; color:#121212;
width:80%;
margin-left:170px;
min-height:500px;
	   padding:10px;
	   margin-bottom:30px;
	   margin-top:30px;
	   border-radius: 6px;
	   box-shadow: 5px 5px 5px 5px #7C7664;}
	   
 
	   #Images ul li{
	float:left;
	width:150px;
	height:150px;

	list-style:none;
	margin:0px 0px 40px 40px;
	opacity:0.6;
	box-shadow:#000 0px 0px 5px 0px;
	-webkit-animation: scale 3s ease-in-out infinite alternate; 
}

#Images ul li:hover{
	opacity:1.0;}
	   	  
	   
	   

              
            
!

JS

              
                
              
            
!
999px

Console