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

              
                <h1>My homepage with cookies</h1>

<p>Here's a bottom right floated Cookie Solution banner in a language we don't support (Swedish). It also includes "Accept" and "Learn more" buttons. Remember to use your own credentials <a href="https://www.iubenda.com/en/dashboard">from your iubenda account</a>.</p>

<p><a href="https://www.iubenda.com/en/help/3831">Read this guide</a> for more information about setup and customization of our cookie banner.</p>

<style type="text/css">
    /* body and a styled just for demo purposes */
    body {
        background: #eee;
    }

    a {
        color: green;
    }
</style>

<script type="text/javascript">
    var _iub = _iub || [];
    _iub.csConfiguration = {
        "lang": "en",
        "siteId": 896537, //use your siteId
        "cookiePolicyId": 8207462, //use your cookiePolicyId
        "banner": {
            "position": "float-bottom-right",
            "acceptButtonDisplay": true,
            "acceptButtonCaption": "Jag accepterar",
            "customizeButtonDisplay": true,
            "customizeButtonCaption": "Lär dig mer",
            "cookiePolicyUrl": "https://www.iubenda.com/privacy-policy/8207462/cookie-policy", //it has to be a cookieless page
            "content": "Denna webbplats eller dess verktyg från tredje part använder cookies. Dessa är nödvändiga för att webbplatsen ska fungera och krävs för att uppnå de syften som visas i policyn för cookies. Om du vill veta mer eller dra tillbaka ditt samtycke till alla eller några av dessa cookies, se cookiepolicyn. Genom att stänga denna banner, scrolla på den här sidan, klicka på en länk eller fortsätta att bläddra på annat sätt, godkänner du användningen av cookies."            
        }
    };
</script>
<script type="text/javascript" src="//cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async></script>
              
            
!

CSS

              
                
              
            
!

JS

              
                //don't copy this js (just for demo purposes)

_iub.csConfiguration.skipSaveConsent = true; //don't save consent, always show the banner
              
            
!
999px

Console