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

              
                <p><button class="nb-button default"> Click Here </button>
	<button class="nb-button orange"> Click Here </button>
	<button class="nb-button blue"> Click Here </button>
	<button class="nb-button green"> Click Here </button>
</p>
<p>
	<button class="nb-button default rounded"> Click Here </button>
	<button class="nb-button orange rounded"> Click Here </button>
	<button class="nb-button blue rounded"> Click Here </button>
	<button class="nb-button green rounded"> Click Here </button>
</p>

<p><input class="nb-input default" placeholder="Text" />
	<input class="nb-input orange" placeholder="Text" />
	<input class="nb-input blue" placeholder="Password" />
	<input class="nb-input green" placeholder="Email@example.com" />
</p>
<p>
<div class="card">
	<a href="https://example.com">
		<div class="card-thumbnail">
			<img src="https://picsum.photos/seed/picsum/200/120" loading="lazy" alt="Explore NeoBrutalismCSS" class="card-thumbnail" />
		</div>
		<div class="card-content">
			<div class="text-small">October 8, 2023</div>
			<p>
				<strong>Explore NeoBrutalismCSS: A Revolutionary library</strong>
			</p>
			<p>Unveil the future of NeoBrutalism with our groundbreaking approach that will transform your life.</p>
			<p><strong>Learn More -></strong></p>
		</div>
	</a>
</div>
</p>
<p>
<div class="dialog">
	<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Minima
		officiis officia, nulla commodi repellat modi ab et ea! Excepturi molestiae voluptatibus
		voluptatum</p>
	<p>Not sure how I feel about it</p>
	<div class="button-container">
		<button class="nb-button default">Cancel</button>
		<button class="nb-button green">Save</button>
	</div>
</div>
</p>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console