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

              
                <div class="body">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lobster">

	<header class="header">
    <h1><<<<< RESIZE ME!!!! (Your Name)</h1><h1>LOOK @ MY other Template <a href="   https://codepen.io/studio-klik-hr/pen/rnHyB">codepen.io/studio-klik-hr/pen/rnHyB</a> </h1>
    <img src="http://www.live-stats.me/api/sk/img/satellite.jpg">
		<nav>
      
      <ul>
			<li class="active"><a href="https://cdpn.io/rnHyB">Home</a></li>
			<li><a href="https://cdpn.io/rnHyB" target="_blank">Portfolio</a></li>
			<li><a href="https://cdpn.io/rnHyB" target="_blank">Blog</a></li>
			<li><a href="https://cdpn.io/rnHyB" target="_blank">Contact</a></li>
		</ul></nav>
	</header>
		
	<div class="mainContent">
		<div class="content">	
				<article class="content-1">	
					<header>
						<h2>
         LOOK @ MY other Template    <a href="   https://codepen.io/studio-klik-hr/pen/rnHyB">codepen.io/studio-klik-hr/pen/rnHyB</a></h2>
					</header>
					
					<footer>
						<p class="post-from">This was posted on the 25nd of October 2013 by Studio Klik</p>
					</footer>
					
					<content>
						<p>I asked an angel to guard you as you sleep, the angel replied and said angels don't guard angels, besides she's an higher angel. Love you my angel of angels.</p>
						<p>'I' stopped to pick a meaning of 'LOVE'. Just then,a paper dropped inscribed 'YOU'. A voice whispered, you're the best meaning of love.</p>
            						<p>I asked an angel to guard you as you sleep, the angel replied and said angels don't guard angels, besides she's an higher angel. Love you my angel of angels.</p>
						<p>'I' stopped to pick a meaning of 'LOVE'. Just then,a paper dropped inscribed 'YOU'. A voice whispered, you're the best meaning of love.</p>
					</content>
					
				</article>

				<article class="content-2">	
					<header>
						<h2><a href="#" rel="bookmark" title="Permalink to this POST TITLE">Header post</a></h2>
					</header>

					<footer>
						<p class="post-from">This was posted on the 25th of October 2013 by Studio Klik</p>
					</footer>
					
					<content>
						<p>I asked an angel to guard you as you sleep, the angel replied and said angels don't guard angels, besides she's an higher angel. Love you my angel of angels.</p>
						<p>'I' stopped to pick a meaning of 'LOVE'. Just then,a paper dropped inscribed 'YOU'. A voice whispered, you're the best meaning of love.</p>
            						<p>I asked an angel to guard you as you sleep, the angel replied and said angels don't guard angels, besides she's an higher angel. Love you my angel of angels.</p>
						<p>'I' stopped to pick a meaning of 'LOVE'. Just then,a paper dropped inscribed 'YOU'. A voice whispered, you're the best meaning of love.</p>
					</content>
				
				</article>
		</div>
			
				<aside class="sidebar-1">
					<article>
					<h2>Sidebar 1</h2>
					<p>You are my coca in the cola, My one and only, there are many fish in the sea but you're my only Nemo..</p>
				    </article>
				</aside>
				
				<aside class="sidebar-2">
					<article>
					<h2>Sidebar 2</h2>
					<p>Tears may dry, Years may fly, But my love for you will never die.</p>
				    </article>
				</aside>				

				<aside class="sidebar-3">
					<article>
					<h2>Sidebar 3</h2>
					<p>Babe, sorry I didn't give you anything for valentine, I prefer my money remains mine.</p>
				    </article>
				</aside>	
	</div>
	
	<footer class="footer">
		<p>Copyright &copy; 2013 <a href="">Your Name</a></p>
	</footer>
  
</div>
              
            
!

CSS

              
                
::-webkit-scrollbar{
    width:10px;
    height:10px;
   background-color: rgba(0,0,0,0.2);
}
::-webkit-scrollbar:hover{
    background-color: rgba(0,0,0,0.3);
}
::-webkit-resizer{
    -webkit-border-radius:4px;
    background-color: rgba(255,255,255,0.5);
}
::-webkit-scrollbar-thumb{
    min-height:8pm;
    min-width:8pm;
    background-color: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:hover{
    background-color: rgba(0,0,0,0.6);
}
::-webkit-scrollbar-thumb:active{
    background-color: rgba(0,0,0,0.7);
}

body {
	background: url("http://farm4.staticflickr.com/3088/3156977955_031c06623f_b.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  background-color: #313131;
	color: #000305;
	font-size: 13px; 
	font-family: 'Lucida Sans', Arial, sans-serif;
	line-height: 13px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.body
{
	clear: both; 
	margin: 0 auto;
	width: 70%;
}

h1 {
	color: #fff;
	font-size: 28px; 
	font-family: 'Lobster', 'Lucida Sans', Arial, sans-serif;
	line-height: 28px;
	text-align:right;
	float:right;
	margin:30px 30px 0 0;
}	

h2 {font-size: 22px}
h3 {font-size: 20px}
h4 {font-size: 18px}
h5 {font-size: 16px}
h6 {font-size: 14px}

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 5px;
}


a {
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #CF5C3F;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	background-color: rgba(207,92,63,0.5);
	color: #fff;
	text-decoration: none;
}

   
.header nav {
	background: rgba(0,0,0,0.3);
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 30px auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.header nav ul {
	list-style: none; 
	margin: 0 auto;
}

.header nav ul li {
	float: left; 
	display: inline; 
}
	
.header nav a:link, .header nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
.header nav a:hover, .header nav a:active,
.header nav .active a:link, .header nav .active a:visited {
	background-color: rgba(207,92,63,0.5);
	color: #fff;
	text-shadow: none !important;
}
	
.header nav li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.header img {
	width: 30%;
	height: auto;
	margin: 3% 0;
}

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content-1 {
	  background-color: rgba(255,255,255,0.8);	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;	
	margin-bottom: 3%;
}

.content-2 {
	  background-color: rgba(255,255,255,0.8);	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
}

.content {
	width: 68%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.post-from {
	font-style: italic;
	color: #999;
	font-size: 85%;
}


.sidebar-1 {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	  background-color: rgba(255,255,255,0.8);	padding: 2% 3%;
	margin-bottom: 2%;
}

.sidebar-2 {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	  background-color: rgba(255,255,255,0.8);	padding: 2% 3%;
	margin-bottom: 2%;
}

.sidebar-3 {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	  background-color: rgba(255,255,255,0.8);	padding: 2% 3%;
}

.footer {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.footer p {
	width: 91%;
	margin: 2% auto;
}


@media only screen and (min-width : 10px) and (max-width : 700px)
{
	.body {
		clear: both; 
		margin: 0 auto;
    padding:0;
		width: 90%;
		font-size: 90%;
	}
	h1 {
		font-size: 1.143em;
}	


	.header nav {
	  background-color: rgba(0,0,0,0.5);
		font-size: 1.143em;
		height: 160px;
		line-height: 30px;
		margin-bottom: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.header nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.header nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.header nav a:link, .header nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.header nav a:active,
	.header nav .active a:link, .header nav .active a:visited {
	  background-color: rgba(207,92,63,0.5);
		color: #fff;
		text-shadow: none !important;
	}
		
	.header nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.header img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	
	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	
	.content-1 {
	  	background-color: rgba(255,255,255,0.8);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.content-2 {
		background-color: rgba(255,255,255,0.8);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}	

	.post-from {
		display: none;
	}
	
	.sidebar-1 {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: rgba(255,255,255,0.8);
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;		
	}
	
	.sidebar-1 p {
		width: 90%;
	}

	.sidebar-2 {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: rgba(255,255,255,0.8);
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.sidebar-2 p {
		width: 90%;
	}
	
	.sidebar-3 {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: rgba(255,255,255,0.8);		
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.sidebar-3 p {
		width: 90%;
	}
		
	.footer {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: rgba(0,0,0,0.3);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		color: #FFF;	
	}
	
	.footer p {
		width: 86%;
		margin: 2% auto;
	}
}

              
            
!

JS

              
                $('#nav-toggle').on('click', function(e) {
  $(this).toggleClass('nav-open');
  $('#outer-wrapper').toggleClass('nav-open');
});
              
            
!
999px

Console