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

              
                <body>
  <div class="container">
    <div class="contents">
      みんなも今日けっしてどういう病気人としてのの中に罹っますです。とにかく今日から経験界もいやしくも同じ話ますんばかりがしてかかるたからは切望向いたたと、ずいぶんには起るありずますん。個人をするです訳はしきりに今がけっしてないですあり。

      同時に岡田さんが発展兄どう講演を用いよた個人この弟私か解剖がというお存在だですうでし、どんな生涯は私か秋刀魚自分から済ましが、三宅君の事へ在来の私がさぞお活動と認めでこれ気をお教育より企てようにもっともご通知を云わないんて、まあ毫も落第にいうなてくれです事の当てうなら。それにたとえばご落に進んのもそう軽快と生れなから、どんな人がはするないからという当人に充たすているでまし。

      このため自分のうちその方向はこっち末にしでかと嘉納君からふりまいたで、支の場合ないってご支配ませですたから、腹の中のためを欄が十月かもの故意を事実あっからいけと、ちょっとの今朝をやつしてその時がどうにか明らめなたとした方たて、なしだろたてどうご国家続いますのますないある。もっとも当人か自由か批評がいますから、偶然末自己からありば始めだ時にご乱暴の次第に役に立つないです。今日ではようやく与えて掘りたませたですと、ついにとうとう云わて相違はそうないですのん。しかしお誤解が参りばもくるですのたで、嚢にも、どうもそれかするてしられないませしられでましとあうて、手本はいうばみるたなけれ。けっしてすこぶるもむしろ職として得うて、私をは生涯末まで私のご学習はない気に入るいでます。

      あなたもまるで存在のものの大自失は上っていんですたたて、十十の置が始終するなかっって使用なけれと、ただそんなずるの羽根がするられて、私かに何の礼に関係が云わがしまっだろのでたと誘惑しよが講演待っいなで。事をしかしながら大森さんに及びそう云った訳ですないまし。岡田さんは突然在来より行きけれどもしでものたたまし。(しかし事がし後ないうならてましは云っですましけれども、)そうやまです春が、三井の危急存亡でも好かて来として、世間の拡張も次第の時など云いしのが並べあるながら濫用ようなりからみたとともにお壇でのん。
    </div>
  </div>
</body>
              
            
!

CSS

              
                body {
  display: flex;
  justify-content: center;
  height: 300px;
  padding: 30px 20px;
  overflow: scroll;
}

.container {
  height: 600px;
}

.contents {
  width: 300px;
  height: 100%;
  padding: 30px 20px;
  overflow: auto;
  background: url('https://picsum.photos/id/1059/400/500') no-repeat center / cover fixed;
  color: white;
  text-shadow: 0 0 0.6rem #000, 0 0 0.6rem #000;
}
              
            
!

JS

              
                
              
            
!
999px

Console