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

              
                <blockquote cite="Wikipedia https://ja.wikipedia.org/wiki/政治 より">
<p>政治の語源は古代ギリシアのポリスである。ポリスはしばしば政治的共同体(ポリティーケ・コイノーニア)とも呼ばれ、あくまで平等な市民間の関係を指した。しかしこの「政治」の含意はやがて曖昧となり、今日では主に人間集団、特に国家や国家間の権力配分やそれをめぐる争い一般を指すものとして理解される事が多い。</p>
</blockquote>
              
            
!

CSS

              
                
body {
  font-size: 1.4em;
  color: #323232;
}

p{padding:20px;}

blockquote {
  padding: 20px 20px 20px 40px;
  overflow: auto;
  background-color: rgba(180, 180, 180, 0.5);
  border-radius: 2px;
  font-style: italic;
}
blockquote:before {
  content: '❝';
  float: left;
  font-size: 200%;
  margin-left: -20px;
}
blockquote:after {
  content: "引用元:【"attr(cite)"】";
  display: block;
  text-align: right;
  font-size: 72%;
	
}

              
            
!

JS

              
                
              
            
!
999px

Console