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="example-container">
      <img class="shaped-element ellipse-shape" src="https://fruntend.com/storage/photos/1/articles/kak-adaptirovat-tekst-pod-formu-plavayushchego-elementa/milan.png" width="150" >
      <strong>ФК Милан</strong> был основан в 1899 году в Милане, Италия. Клуб стал одним из первых футбольных клубов в Италии и быстро приобрел популярность.

В 1901 году Милан выиграл свой первый национальный чемпионат Италии. Это был только началом многочисленных успехов клуба в итальянском футболе.

В течение десятилетий Милан был в числе сильнейших клубов Серии A (верхней лиги итальянского футбола) и выиграл множество чемпионских титулов. В 1963 и 1969 годах Милан стал обладателем Кубка чемпионов (ныне Лига чемпионов УЕФА).

Однако настоящий золотой век ФК Милан начался в 1980-х годах и продолжился в 1990-х. Команда под руководством знаменитого тренера Арриго Сакки стала известной как "Группа анчеллотти", и она доминировала в европейском и мировом футболе. Милан выиграл Лигу чемпионов УЕФА в 1989 и 1990 годах, а также множество национальных чемпионатов и кубков.
  Клуб также славится своими легендарными игроками, такими как Паоло Мальдини, Франко Барези, Алессандро Дель Пьеро и многими другими. Один из самых известных моментов в истории Милана - это победа в финале Лиги чемпионов УЕФА 2003 года, когда Милан обыграл Ювентус и завоевал свой седьмой Кубок чемпионов.
    </div>
              
            
!

CSS

              
                .example-container {
  max-width: 1000px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 20px;
  text-align: justify;
}
.shaped-element {
  float: left;
}
.ellipse-shape {
  width: 150px;
  shape-outside: ellipse(70px 120px at 50%);
  margin: 36px 50px 36px 0;
}
              
            
!

JS

              
                
              
            
!
999px

Console