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>Rettet die Bienen!</h1>
<img src="https://rockstartit.com/wp-content/uploads/2022/01/nature-3053568_1920.jpg" alt="Bild von toter Biene" width="50%">
<p>In Deutschland gibt es immer <b>weniger</b> Bienen. Über die <b>Hälfte aller europäischen Bienenvölker</b> sind im vergangenen Winter <b>ausgestorben</b>.</p>

<h2>Wie du Bienen retten kannst</h2>
<p>Es gibt so viel was du ganz <b>einfach</b> für die Bienen machen kannst! Umso mehr Menschen helfen, umso besser wird es den Bienen gehen! <b>Jede und jeder Einzelne zählt!</b></p>
<ul>
  <li> Samenbomben für Blumenwiesen
  <li> Kauf von regionalem Honig
  <li> Aufstellen eines Bienenhotels
  <li> Einen Bienentrank aufstellen
  <li> ImkerIn für ein eigenes Bienenvolk werden
</ul>
<img src="https://rockstartit.com/wp-content/uploads/2022/01/insect-hotel-3289687_1920.jpg" alt="Bild von Bienenhotel" height="200px">

<h2>Bedrohungen für Bienen</h2>
<ol>
  <li> Krankheiten und Parasiten
  <li> Chemische Pestizide
  <li> Klimawandel
  <li> Lebensraumverlust
  <li> Invasive Pflanzenarten
</ol>
<img src="https://rockstartit.com/wp-content/uploads/2022/01/agriculture-1359862_1920.jpg"  alt="Bild von Landwirtschaft"width="400px">

<h2>Merkmale der Honigbiene</h2>
<p>Die Bienen haben Beine mit <em>Pollenkamm, Bürstchen und Körbchen</em>. Damit sammeln und transportieren sie Pollen.</p>

<h2>Bien - wie sich die Bienen organisieren</h2>
<p>In einem Bienenvolk gibt es <b>drei Rollen</b>: Die <em>Arbeiterinnen</em> sammeln Nektar und Pollen, während die <em>Königin</em> und die <em>Drohnen</em> für den Nachwuchs verantwortlich sind.<p>

<img src="https://rockstartit.com/wp-content/uploads/2022/01/bees-326337_1920.jpg" alt="Bild von Bienen auf Waben" width="300em">
  
  
<h2>Bienen sind wichtig!</h2>
<p>Unter allen Bestäubern spielt die Honigbiene die <b>größte ökologische Rolle</b>: Fast <b>80 Prozent</b> aller Pflanzen werden von der Honigbiene bestäubt.<p>
  
  <iframe width="560" height="315" src="https://www.youtube.com/embed/sgCGHBek1To" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  
<p><em>Quellen: www.deutschland-summt.de, www.bee-careful.com</em></p>


              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console