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

Save Automatically?

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 id="backdiv" class="container-fluid maindivpro">
		<nav class="navbar navbar-default  navbar-fixed-top"> 
			<div class="container-fluid">
			  <div class="navbar-header">
				<a class="navbar-brand" href="#"> Blen's Portfolio</a>
			  </div>
			  <ul class="nav navbar-nav pull-right">
				<li class="active"><a href="#">Home</a></li>
				<li><a href="#Portfolioid">Portfolio</a></li>
				<li><a href="#Aboutid">About</a></li>
				<li><a href="#Contactid">Contact</a></li>
			  </ul>
			</div>
		 </nav>

  <div  id="homediv" class="row homedivprop well ">
				<div class="col-md-6" >
				
					 <h3 id="intro" class="text-center display-3 intro" > Blen Gamini</h3><br>
					 <p id="firstpar" class="text-center firstparprop">
					  HTML, CSS, jQuery</p>
				 
				</div>
				<div class="col-md-6">
				  <img id="mypic" class=" img-resposive img-circle  mypicprop" src="http://i50.photobucket.com/albums/f328/azblen11a/me_zpsh0b6cdn6.png?t=1488155184" Alt="Blen's Photo">
				</div>
		   </div>

		   <div class="otherdivsprop row well ">
				<h2 class="text-center title" id="Portfolioid">Portfolio</h2>
				<div class="row">
					  <div class="col-md-6">
						<img class="thumbnailimgs center-block img-responsive" src="http://i50.photobucket.com/albums/f328/azblen11a/1st%20Project_zpsuolectug.png"  alt="A tribute page for Bill Gates">
					  </div>
					  <div class="col-md-6">
						<img class="thumbnailimgs  center-block img-responsive" src="http://i50.photobucket.com/albums/f328/azblen11a/2nd%20Project_zpsgfoazegq.png" alt="Blen's Portfolio">
					  </div>
				  
				</div>
		  
				<div class="row">
				  <div class="col-md-6">
					<img class="thumbnailimgs center-block img-responsive" src="https://placeimg.com/450/480/tech" alt="place holder image">
				  </div>
				  <div class="col-md-6">
					<img class="thumbnailimgs center-block img-responsive" src="https://placeimg.com/450/480/tech" alt="place holder image">
				  </div>
			  
				</div>
		  </div>
  
		 <div class="otherdivsprop row well">
			<h2 class="text-center title" id="Contactid">Contact Me</h2>
			<div class="row">
				  <div class="col-md-6 userinfo" id="userinfo">
					<form id="messageform" role="form" action="/">
							<div class="form-group">
								<label>First Name</label><input type="text" class="form-control" name="fname" required/>
							</div>
							<div class="form-group">
								<label>Last Name</label><input type="text" class="form-control" class="form-control" name="lname" required/>
							</div>
							<div class="form-group">  
								<label>Email</label><input type="text" class="form-control" name="email" required>
							</div>
							<div class="form-group">
								<label>Phone Number</label><input type="text" class="form-control" name="phone number">
							</div>
							<div class="form-group">
								<label>Message</label>
								<textarea class="form-control" rows="3" name="message" required></textarea>
							</div>
					   
							<button type="submit" class="btn btn-large">Submit</button>
			
					</form>
				
					<p class="lead paddingpar"><em>You can contact me for any inquiries. I promise to respond as soon as possible.</em></p>
				  
				</div>
				<div class="col-md-5 connect" id="connect"> 
					
					<h3 class="text-center">You can also connect with me around the web</h3>
					<div class="text-center">
								 <a class="btn  btn-social" href="https://www.facebook.com/">
						<i class="fa fa-facebook" style="font-size:30px;color:#232b38;"></i>
								 </a>
						  
							 <a class="btn btn-social" href="https://www.linkedin.com/">
							   <i class="fa fa-linkedin" style="font-size:30px;color:#232b38;"></i>
							 </a>
							
					   
							 <a class="btn btn-social" href="https://www.freecodecamp.com/bilu-blen">
							   <i class="fa fa-free-code-camp" style="font-size:30px;color:#232b38;">
							   </i>
							 </a>
									   
							 <a class="btn btn-soicial" href="https://github.com/">
							   <i class="fa fa-github" style="font-size:30px;color:#232b38;"></i>
							 </a>
						 
					</div>
					 
				</div>   
			 </div>
			</div>
		
		<div class="otherdivsprop row well">
				 <h2 class="text-center title">About this Page</h2>
				   <p class="text-center">Made by Blen Gamini </p>
						 
		</div>


		 <div class="otherdivsprop row well" id="Aboutid">
			<h4 class="text-center">Blen's Portfolio &copy 2017. All Rights Reserved</h4>
		  </div>
  
  
</div>
              
            
!

CSS

              
                .navbar {
	min-height:80px
	}
.navbar .navbar-nav>li {
	padding-top:20px;
	padding-bottom:20px;
	}
.navbar-brand {
  padding: 0 15px;
	height: 80px; 
	line-height: 80px;
  font-size: 2em;
}
nav a{
  font-size:1.6em;
}
.maindivpro{
background-color:#B2B8C2;
  margin:0;
}
.homedivprop{
	background-color:#E6EAF0;
	margin:80px 120px 0 120px;
  
  
}


.otherdivsprop{
	background-color:#E6EAF0;
	margin:0 120px 0 120px;
  border-top: 2px solid #D0D4DB;
 border-buttom: 2px solid #D0D4DB;    
}
  

  
  
  
	


.mypicprop{
  padding:50px 0 50px 20px;
  height: 500px;
  
}
.intro{
	font-family:brush script mt;
	font-size:55px;
  padding:100px 0 0 0;
  color:#67676E;
	
	}
.firstparprop{
  font-size:15px;
}


.title{
	
	font-size:40px;
	padding:10px;
	color:#67676E
 }
.thumbnailimgs{
 width:600px;
 height:400px;
 padding:20px;
}

.userinfo{
  margin:20px;
}
.btn-large{
  min-width:110px;
  font-size:20px;
  border-radius: 6px;
}
.paddingpar{
  padding:20px;
}
.connect{
  padding:80px;
}

              
            
!

JS

              
                  

              
            
!
999px

Console