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>강남셔츠룸을 소개합니다</h1>

강남 셔츠룸은 고객에게 최고의 서비스를 제공해야 할 만큼 서비스를 받기까지 오랜 시간을 기다려야 하는 동네에서 가장 유명한 장소 중 하나입니다. 

팀은 신규 고객이든 기존 고객이든 상관없이 고객에게 가장 좋고 가장 정직한 정보만 제공하도록 보장합니다. 고객의 프라이버시는 그대로 유지되며 팀은 최소 10년 동안 동일한 고객에게 엔터테인먼트를 제공할 만큼 자신감을 갖고 있습니다. 

그들은 단지 약간의 추가 비용으로 사람들에게 추가 비용을 청구하거나 장난을 치지 않습니다. 모든 좋은 품질로 인해 이 서비스가 가장 잘 알려져 있습니다. 게다가 모든 소녀는 체계적인 사고 방식을 갖고 있으며 교육을 잘 받았으며 도시 전체에서 전적으로 신뢰할 수 있습니다.
              
            
!

CSS

              
                body {
  font-family: system-ui;
  background: #f06d06;
  color: white;
  text-align: center;
}
              
            
!

JS

              
                document. ("h1")[0].style.fontSize = "6vw";
              
            
!
999px

Console