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

              
                <!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css"><div id="mc_embed_signup">
<form action="Твоят персонализиран код" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">
	<h3>Запиши се, за да получаваш последни новини от блога и извънредни материали</h3>

<div class="mc-field-group">
	<label for="mce-EMAIL">Email адрес  <span class="asterisk">*</span>
</label>
	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
	<label for="mce-FNAME">Собствено име  <span class="asterisk">*</span>
</label>
	<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
	<div id="mce-responses" class="clear">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_96d0e18c76a1b912afce86ac7_9324e7d7e7" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Абониране за бюлетин" name="Subscribe" id="mc-embedded-subscribe" class="button"></div>
      <div class="indicates-required"><span class="asterisk">*</span> Задължителни полета</div>
    </div>
</form>
</div>
<!--End mc_embed_signup-->
              
            
!

CSS

              
                /*********Begin MailChimp Form Styles*********/
#mc_embed_signup {
background: #f0f5f1; !important;
clear: left;
font: 14px &rsquo;Open Sans&rsquo;,Arial,sans-serif;
}
#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
padding: 5px 5px 10px 25px !important;
border: 7px solid #088028;
}
#mc_embed_signup h2 {
font-weight: normal !important;
padding: 0;
margin: 15px&nbsp;0;
font-size: 1.4em;
color: #000;
}
#mc_embed_signup .mc-field-group {
clear: left;
position: relative;
width: 100%;
padding-bottom: 10%;
min-height: 50px;
}
#mc_embed_signup .button {
clear: both;
background-color: #088028 !important;
border: 0&nbsp;none;
border-radius: 2px !important;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: bold;
height: 32px;
line-height: 32px;
margin: 10% 0px 10% 0 !important;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: 87% !important;
}
#mc_embed_signup .mc-field-group input {
display: block;
width: 100% !important;
padding: 8px&nbsp;0;
text-indent: 2%;
}
#mc_embed_signup input {
border: none !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#mc_embed_signup .mc-field-group label {
display: block;
margin-bottom: 3px;
color: #000000;
}
#mc_embed_signup #mce-success-response {
color: #ffffff !important;
display: none;
}
/*********End MailChimp signup styles*********/
</style>
              
            
!

JS

              
                <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text'; /*
 * Translated default messages for the jQuery validation plugin.
 * Locale: BG
 */
$.extend($.validator.messages, {
		 required: "Полето е задължително.",
		 remote: "Моля, въведете правилната стойност.",
		 email: "Моля, въведете валиден email.",
		 url: "Моля, въведете валидно URL.",
		 date: "Моля, въведете валидна дата.",
		 dateISO: "Моля, въведете валидна дата (ISO).",
		 number: "Моля, въведете валиден номер.",
		 digits: "Моля, въведете само цифри",
		 creditcard: "Моля, въведете валиден номер на кредитна карта.",
		 equalTo: "Моля, въведете същата стойност отново.",
		 accept: "Моля, въведете стойност с валидно разширение.",
		 maxlength: $.validator.format("Моля, въведете повече от {0} символа."),
		 minlength: $.validator.format("Моля, въведете поне {0} символа."),
		 rangelength: $.validator.format("Моля, въведете стойност с дължина между {0} и {1} символа."),
		 range: $.validator.format("Моля, въведете стойност между {0} и {1}."),
		 max: $.validator.format("Моля, въведете стойност по-малка или равна на {0}."),
		 min: $.validator.format("Моля, въведете стойност по-голяма или равна на {0}.")
});}(jQuery));var $mcj = jQuery.noConflict(true);</script>

              
            
!
999px

Console