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

              
                
<html><head></head><body>
  <div style="margin: 5% auto; width:80%;">
    <div id="errorMessage">
      <h3>It appears that your browser doesn't support webkit CSS Regions.</h3>
      <p>To view this demo:</p>
      <ol>
        <li>Download <a href="https://www.google.com/intl/en/chrome/browser/canary.html">Chrome Canary</a> on Desktop or <a href="https://play.google.com/store/apps/details?id=com.chrome.beta&amp;hl=en">Chrome Beta</a> on Android.</li>
        <li>Navigate in the address bar to <code style="font-weight: bold;">about://flags</code>.</li>
        <li>Enable <code>Experimental WebKit Features</code>.</li>
      </ol>
      <h3>ご利用のブラウザはWebkitのCSSリージョンが未対応のようです。</h3>
      <p>本デモを見るには:</p>
      <ol>
        <li>デスクトップ用の <a href="https://www.google.com/intl/ja/chrome/browser/canary.html">Chrome Canary</a> またはAndroid用の <a href="https://play.google.com/store/apps/details?id=com.chrome.beta&amp;hl=en">Chrome Beta</a> をダウンしてください。</li>
        <li>アドレスバーに <code style="font-weight: bold;">about://flags</code> を入力し、アクセスしてください。</li>
        <li>設定項目の <code>試験運用版のWebKit機能</code> を有効にしてください。</li>
      </ol>
    </div>
    <div id="errorRegion"></div>
    <div id="regionA"></div>
    <div id="regionA"></div>
  </div>
  
  <div id="contentA">
    <div id="circle"></div>
    <div id="circle-paint"></div>
    <p>On a gentle slope above a trail junction in Sequoia National Park, about 7,000 feet above sea level in the southern Sierra Nevada, looms a very big tree. Its trunk is rusty red, thickened with deep layers of furrowed bark, and 27 feet in diameter at the base. Its footprint would cover your dining room. Trying to glimpse its tippy top, or craning to see the shape of its crown, could give you a sore neck. That is, this tree is so big you can scarcely look at it all. It has a name, the President, bestowed about 90 years ago by admiring humans. It's a giant sequoia, a member of Sequoiadendron giganteum, one of several surviving species of redwoods.</p>
    <div id="rect"></div>
    <div id="rect-paint"></div>
    <p>It's not quite the largest tree on Earth. It's the second largest. Recent research by scientist Steve Sillett of Humboldt State University and his colleagues has confirmed that the President ranks number two among all big trees that have ever been measured - and Sillett's team has measured quite a few. It doesn't stand so tall as the tallest of coast redwoods or of Eucalyptus regnans in Australia, but height isn't everything; it's far more massive than any coast redwood or eucalypt. Its dead spire, blasted by lightning, rises to 247 feet. Its four great limbs, each as big as a sizable tree, elbow outward from the trunk around halfway up, billowing into a thick crown like a mushroom cloud flattening against the sky. Although its trunk isn't quite so bulky as that of the largest giant, the General Sherman, its crown is fuller than the Sherman's. The President holds nearly two billion leaves.</p>
    
    <p>Trees grow tall and wide-crowned as a measure of competition with other trees, racing upward, reaching outward for sunlight and water. And a tree doesn't stop getting larger - as a terrestrial mammal does, or a bird, their size constrained by gravity - once it's sexually mature. A tree too is constrained by gravity, but not in the same way as a condor or a giraffe. It doesn't need to locomote, and it fortifies its structure by continually adding more wood. Given the constant imperative of seeking resources from the sky and the soil, and with sufficient time, a tree can become huge and then keep growing. Giant sequoias are gigantic because they are very, very old.</p>
    <p>They are so old because they have survived all the threats that could have killed them. They're too strong to be knocked over by wind. Their heartwood and bark are infused with tannic acids and other chemicals that protect against fungal rot. Wood-boring beetles hardly faze them. Their thick bark is flame resistant. Ground fires, in fact, are good for sequoia populations, burning away competitors, opening sequoia cones, allowing sequoia seedlings to get started amid the sunlight and nurturing ash. Lightning hurts the big adults but usually doesn't kill them. So they grow older and bigger across the millennia.</p>
    <p>Another factor that can end the lives of big trees, of course, is logging. Many giant sequoias fell to the ax during the late 19th and early 20th centuries. But the wood of the old giants was so brittle that trunks often shattered when they hit the ground, and what remained had little value as lumber. It went into shingles, fence posts, grape stakes, and other scrappy products. Given the difficulties of dealing with logs 20 feet thick, broken or unbroken, the trees were hardly worth cutting. Sequoia National Park was established in 1890, and automobile tourism soon showed that giant sequoias were worth more alive.</p>
  </div>
  </body>
</html>

              
            
!

CSS

              
                #contentA {
  -webkit-flow-into: a;
  font-size: 14px;
  text-align: justify;
}
#regionA {
  -webkit-flow-from: a;
  background-color: #fff0f0;
  width: 45%;
  padding: 1%;
  margin-right: 2%;
  height: 400px;
  float: left;
  overflow: hidden;
}
#container {
  width: 500px;
  margin: 50px auto;
  background-color: #fee;
}
#circle {
  float: right;
  -webkit-shape-outside: circle(0, 0, 100px);
  -webkit-shape-margin: 5px;
}
#circle-paint {
  position: absolute;
  right: 0px;
  margin-top: 5px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background-color: #88f;
}
#rect {
  float: left;
  -webkit-shape-outside: polygon(100px 0, 200px 100px, 100px 200px, 0 100px);
  -webkit-shape-margin: 5px;
}
#rect-paint {
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 25px;
  margin-top: 35px;
  border-radius: 5%;
  width: 141px;
  height: 141px;
  background-color: #88f;
}

#errorMessage {
  -webkit-flow-into: err;
  background-color: #fcc;
  padding: 1em;
}
#errorRegion {
  -webkit-flow-from: err;
  display: none;
}
              
            
!

JS

              
                
              
            
!
999px

Console