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

              
                <a href="https://www.sitelint.com/contact/" rel="noopener" target="_blank">
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 52.917 52.917" role="graphics-symbol" aria-labelledby="svgTitle">
    <title id="svgTitle">Contact Us</title>
    <path d="M0 0h52.917v52.917H0z" style="fill:none;fill-opacity:1;stroke:none;stroke-width:2.11666;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill" />
    <g style="stroke-width:1.0276">
      <path d="M180.397 163.147c-6.724-1.983-18.756-5.597-24.372-7.69l-10.033 9.986a79.77 79.77 0 0 1-28.518-18.333A79.77 79.77 0 0 1 99.14 118.59l9.986-10.033c-2.093-5.617-5.708-17.652-7.691-24.376a4.84 4.84 0 0 0-6.161-3.262l-20.532 6.614c-2.629.847-4.814 3.774-4.67 6.531 1.293 24.562 14.884 51.198 32.066 68.38 17.183 17.182 43.818 30.773 68.38 32.066 2.757.145 5.684-2.041 6.531-4.67l6.614-20.531a4.843 4.843 0 0 0-3.266-6.163z" style="fill:none;stroke:#4d4d4d;stroke-width:8.1566;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-26.209 -25.967) scale(.3972)" />
      <path d="M138.581 85.713a40.29 40.063 45 0 1 28.442 11.847v0a40.29 40.063 45 0 1 11.847 28.442" style="fill:none;stroke:#0573e1;stroke-width:8.15658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" transform="translate(-26.209 -25.967) scale(.3972)" />
      <path d="M139.436 69.453a55.694 55.382 45 0 1 39.317 16.377v0a55.694 55.382 45 0 1 16.377 39.317M137.726 101.973a24.885 24.745 45 0 1 17.567 7.317v0a24.885 24.745 45 0 1 7.318 17.567" style="fill:none;stroke:#0573e1;stroke-width:8.15658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" transform="translate(-26.209 -25.967) scale(.3972)" />
    </g>
  </svg></a>
              
            
!

CSS

              
                a {
  align-items: center;
  display: inline-flex;
}

a svg {
  height: 1rem;
  margin-right: 0.5rem;
  width: 1rem;
}

              
            
!

JS

              
                
              
            
!
999px

Console