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

              
                <svg xmlns="http://www.w3.org/2000/svg" id="meneame" viewBox="0 0 505 460"><path d="M470.83 102.068c-36.315 36.83-101.886 35.77-126.272 85.513-20.804 58.995 28.19 153.25 48.642 207.03 13.855 27.77-108.224 54.54-93.292 61.415 86.148-.975 122.885-32.413 112.548-70.992-9.892-36.915-54.544-110.595-54.544-169.468 1.25-44.467 50.988-58.122 83.023-76.243 37.223-16.687 72.04-53.92 62.416-97.594-.41-15.405-27.24-66.692-16.285-26.937 5.974 29.35 8.845 65.574-16.235 87.28z"></path><path d="M358.795 35.787c-46.882-24.185-98.97-38.83-153.5-26.078-29.3 5.413-63.807 21.416-83.436 48.22-25.74 30.74-26.743 75.452-9.86 110.6 13.12 27.083 33.064 57.214 65.378 61.73 27.79 4.17 58.325.403 81.934-15.646-28.07 4.827-60.586 14.805-85.795-3.956-42.248-27.02-62.792-88.34-37.142-133.1 20.604-39.023 62.108-50.017 106.02-51.948 58.56-2.577 114.682 30.833 136.216 38.97 20.75 6.534 50.508 14.808 65.27-7.22 8.63-10.234 5.18-38.43-1.835-41.046 2.027 19.753-12.46 44.598-35.008 38.12-16.842-3.978-32.337-12.055-48.24-18.647z"></path><path d="M44.55 210.44C17.394 253.246-7.414 303.377 2.057 355.55c8.708 54.54 61.475 93.01 113.943 99.86 53.872 6.272 107.63 4.68 161.635.794 9.106-8.806-44.07-8.566-66.468-11.793-51.09-5.784-106.516-6.843-150.32-37.183-40.808-30.535-46.157-90.43-26.59-134.58 16.407-41.66 40.895-81.925 66.656-116.73-20.087 16.686-38.646 29.13-56.362 54.525z"></path><path d="M178.715 345.086c31.823 2.46 84.634-.772 109.44 16.57 8.878 13.353-7.642 87.263-1.95 95.796 12.674 3.73 27.17-86.602 19.146-109.047-6.075-17.135-113.964-8.023-126.634-3.32z"></path></svg>

<svg id="meneame-icon-2"><use xlink:href="#meneame"></use></svg>
<svg id="meneame-icon-3"><use xlink:href="#meneame"></use></svg>
<svg id="meneame-icon-4"><use xlink:href="#meneame"></use></svg>
<svg id="meneame-icon-5"><use xlink:href="#meneame"></use></svg>
              
            
!

CSS

              
                svg {
  width:64px;
  height:64px;
  padding:9px;
  fill:#FFF;
  background:#ff6400;
}

#meneame-icon-2 {
  background:#FF3500;
}

#meneame-icon-3 {
  box-shadow:0 0 25px RGBA(50,50,50, 0.7) inset;
  border-radius:15px;
}

#meneame-icon-4 {
  background:#000;
}

#meneame-icon-5 {
  background:transparent;
  filter:drop-shadow(0 2px 3px #222);
}
              
            
!

JS

              
                /*
  Autor del logo original: Benjamí Villoslada
  Ref: http://meneame.damianvila.com/
*/
              
            
!
999px

Console