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="left">.<br />
<img alt="" src="/portals/14/20-21/Headshots/Michael%20Paul.jpg" style="margin-left: 0px; margin-right: 10px; float: left; width: 250px; height: 159px;" title="" />Michael Paul (Principal Trumpet) - A member of the symphony since 2014 with performances dating back to 1987. After attending the University of Northern Colorado and the University of North Texas, Michael spent 14 years as musical director for several cruise lines. Michael now lives in Vancouver, Wa and is proud to be a part of the SWWS while actively playing in several other big bands &amp; jazz combo&#39;s in the Pacific Northwest.<p>
<br />
-*-.</div>

<div class="right">.<br />
<img alt="" src="/portals/14/20-21/Headshots/Joseph%20Ward.jpg" style="margin-left: 10px; margin-right: 10px; float: left; width: 200px; height: 244px;" title="" />Michael Paul (Principal Trumpet) - A member of the symphony since 2014 with performances dating back to 1987. After attending the University of Northern Colorado and the University of North Texas, Michael spent 14 years as musical director for several cruise lines. Michael now lives in Vancouver, Wa and is proud to be a part of the SWWS while actively playing in several other big bands &amp; jazz combo&#39;s in the Pacific Northwest. <P>-*-.</div>

              
            
!

CSS

              
                
@media only screen and (min-width: 900px) {
.left   {width:48%; border: 1px solid black; padding:2px;font-family: "Times New Roman", Times, serif;font-size: 16px;color: black;float:left;text-align: justify;padding-right: 10px;}
.right {width:48%; border: 1px solid black; padding:2px;font-family: "Times New Roman", Times, serif;font-size: 16px;color: black;float:left;text-align: justify;padding-right: 10px;}
}
@media only screen and (max-width: 899px) {
.left   {width:100%; border:1px solid black; font-family: "Times New Roman", Times, serif; font-size:16px; color:black; float:left; text-align:justify; padding-right:10px; padding-left:3px;}
.right {width:100%; border:1px solid black; font-family: "Times New Roman", Times, serif; font-size:16px; color:black; float:left; text-align:justify; padding-right:3px; padding-left:3px;}
}


              
            
!

JS

              
                
              
            
!
999px

Console