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>『日本沈没(Japan Sinks)』小松左京著</h1>
<h2>どのような小説なのか</h2>
<h3>日本沈没の物語について</h3>
<h4>主人公:小野寺俊夫とは</h4>
<p>深海潜水艇の操艇者。30代。潜水士と海技士の資格を持つ。当初は海底開発KKに勤めていたが、後にD-1計画に引き抜かれる(身分的には臨時雇)。戦後生まれで、出世や組織の属する事、国家に対しても興味がなく、純粋に海が好きで潜水艇を操縦しており、その性格を田所に早々と見抜かれて海洋研究で本格的に力を貸す。<br>A deep-sea submersible operator. He is in his thirties. He is a qualified diver and mariner. He was born after the war, and he has no interest in career advancement, organization affiliation, or nation. He is purely fond of the sea and operates a submersible, and his personality was quickly spotted by Tadokoro, and he fully assisted in marine research.</p>
              
            
!

CSS

              
                body{
  font-family: "Helvetica Neue", Helvetica, Arial, myHiragino, "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "MS Pゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
  color: #000;
  line-height: 1.5;
}
h1{
  font-size: 24px;
  line-height: 1.4;
}
h2{
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5
}
h3{
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5
}
h4{
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px
}
p{
    color: #212121;
    font-size: 16px;
    line-height: 1.6;
}

              
            
!

JS

              
                
              
            
!
999px

Console