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

              
                	<!-- Header with title-->
	<header>
		<div class="wrapper">
			<h1>InContent</h1>
			<p>Image content with description building with CSS3 and LESS.</p>
			<a class="btn" href="https://itbruno.github.io/InContent/" >DOWNLOAD</a>

		</div>
	</header>
	
	<!-- Begin of Effects -->

	<section class="wrapper cl">
		<!--Effect: Bottom to Top -->
		<div class="pic">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption bottom-to-top">
		        <h1 class="pic-title">Bottom to Top</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Top to Bottom -->
		<div class="pic">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption top-to-bottom">
		        <h1 class="pic-title">Top to Bottom</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>
		<!--Effect: Left to Right -->
		<div class="pic">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption left-to-right">
		        <h1 class="pic-title">Left to Right</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Right to Left -->
		<div class="pic">
		    <img src="http://placehold.it/350x250N.png" class="pic-image" alt="Pic"/>
		    <span class="pic-caption right-to-left">
		        <h1 class="pic-title">Right to Left</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Rotate More -->
		<div class="pic">
		    <img src="http://placehold.it/350x250RIq.png" class="pic-image" alt="Pic"/>
		    <span class="pic-caption rotate-in">
		        <h1 class="pic-title">Rotate In</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Rotate LESS -->
		<div class="pic">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption rotate-out">
		        <h1 class="pic-title">Rotate Out</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Open Up -->
		<div class="pic pic-3d">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption open-up">
		        <h1 class="pic-title">Open Up</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Open Down -->
		<div class="pic pic-3d">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption open-down">
		        <h1 class="pic-title">Open Down</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Open Left -->
		<div class="pic pic-3d">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption open-left">
		        <h1 class="pic-title">Open Left</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Open Right -->
		<div class="pic pic-3d">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption open-right">
		        <h1 class="pic-title">Open Right</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Come Left -->
		<div class="pic pic-3d">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption come-left">
		        <h1 class="pic-title">Come Left</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		<!--Effect: Come Right -->
		<div class="pic pic-3d">
		    <img src="http://placehold.it/350x250" class="pic-image" alt="Pic"/>
		    <span class="pic-caption come-right">
		        <h1 class="pic-title">Come Right</h1>
		        <p>Hi, this is a simple example =D</p>
		    </span>
		</div>

		
	</section>
	<!-- End of effects -->
	
	<footer>
		<section class="wrapper">
			<span class="pull-right">
				
			</span>
			<p>
				InContent by <a href="https://itbruno.com.br" title="Follow Bruno Rodrigues">Bruno Rodrigues.</a> | Images from <a href="http://www.dribbble.com" title="Dribbble">Dribbble</a>.
			</p>

		</section>
	</footer>

              
            
!

CSS

              
                // Updated code in https://github.com/itbruno/InContent
              
            
!

JS

              
                /*
    InContent | CSS3/LESS/SASS
    Download: https://github.com/itbruno/inContent
    
    Author: Bruno Rodrigues
    url: https://itbruno.com.br
*/
              
            
!
999px

Console