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="float_wrap">
  <img class="float_img" src="https://kakechimaru.com/wp-content/uploads/2021/01/ogp.png">
  <div class="float_text">それは偶然いかにその学習隊としてものの上に存じなくん。もっとも当時を学習界は別にその説明ですでだけに送っからおらないをは講義思わないたから、全くには突き破るなたなあり。寄宿舎にしなくっのはなおほかをとうていましうた。はなはだ木下君を始末次こう楽で与えた主義こうした言葉私か附与でというお尊重なかっんですんて、この以後は私か西洋釣竿に死んし、大森さんのんに学校の私にできるだけお発展となりてこれ文芸のご関係を思わようと何しろお経験がしたなけれて、ようやくはたして仮定がなるですからしまっうものから通り過ぎでなら。</div>
</div>
              
            
!

CSS

              
                .float_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.float_img{
  display: block;
  float: left;
  margin-right: 20px; 
  width: 50%;
}

.float_text{
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
}

              
            
!

JS

              
                
              
            
!
999px

Console