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

              
                <div class="article">
  <h2>article</h2>
  <p>「都水獎」現不日各益差此、明通畫自國引孩縣生勢照如在結十了件人二接立、代氣親友點論新充以這候了個界童為該最風系馬來越,片加他業聞事女有手境我效正善林一是達天言樂會如臺片臺,我出教是地去公能是不手理重。</p>
  <p>出食見情晚等念個小出命、站是師治食思下高西社音童!可多外、到位麼是坐金密;速要光題教情沒樹解在有;電像投發就裡人此政我子已表紀少色致來,又去和無不有,全灣們得人防簡化且下新,八成但音完少在和因們後我,出上發城銷是現主心一不提資這,性舉賽?參在亞,黃臺金,年並政訴產一又!好極後縣不答畫新動,頭類然育花球是三,開其滿好議於它如修方。</p>
  <p>多地精天南東工當時收;我方業,面感常上舉、度門史來路真,之親房她受方角續從獨她著問停腦去最的最全海受保讓完點報新用或響展,同此見三,了藝。</p>
</div>
<hr>
<div class="article2">
  <h2>article2</h2>
  <p>「都水獎」現不日各益差此、明通畫自國引孩縣生勢照如在結十了件人二接立、代氣親友點論新充以這候了個界童為該最風系馬來越,片加他業聞事女有手境我效正善林一是達天言樂會如臺片臺,我出教是地去公能是不手理重。</p>
  <p>出食見情晚等念個小出命、站是師治食思下高西社音童!可多外、到位麼是坐金密;速要光題教情沒樹解在有;電像投發就裡人此政我子已表紀少色致來,又去和無不有,全灣們得人防簡化且下新,八成但音完少在和因們後我,出上發城銷是現主心一不提資這,性舉賽?參在亞,黃臺金,年並政訴產一又!好極後縣不答畫新動,頭類然育花球是三,開其滿好議於它如修方。</p>
  <p>多地精天南東工當時收;我方業,面感常上舉、度門史來路真,之親房她受方角續從獨她著問停腦去最的最全海受保讓完點報新用或響展,同此見三,了藝。</p>
</div>
              
            
!

CSS

              
                .article p:first-child::first-letter{
  font-size: 2em;
  border: 2px solid;
}

.article2 p::first-letter{
  font-size: 2em;
  border: 2px solid;
}
              
            
!

JS

              
                
              
            
!
999px

Console