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="fiche">
        <div class="left">
            <img src="http://lisletdelisle.fr/EDT/img/bois-buis.jpg" alt="Benjouin" class="ill">
        </div>
        <div class="right">
            
            <div class="bando">
                <span class="bleu">LES PLANTES EXOTIQUES</span>
                <span>LES FRUITIERS</span>
            </div>
            <br>
            <div class="nom">BOIS DE BUIS</div>
           <br>
            <div class="rub"><b>Famille&nbsp;:</b> Bruxaceae</div>
            <div class="rub"><b>Nom scientifique&nbsp;:</b> Bruxus</div>
            <div class="rub"><b>Pays d'origine&nbsp;:</b> Mascareignes</div>
            <div class="rub"><b>Habitat&nbsp;:</b> Climat tempéré et jusqu'à 20 m en zone subtropicale</div>
            <div class="rub"><b>Nom Latin&nbsp;:</b> Terminalia bentzoë</div>
            <div class="rub"><b>Utilisation&nbsp;:</b> Utilisé depuis l'antiquité comme plante ornementale par les Grec. Le bois de Buis est également utilisé comme matériaux pour être transformé en couverts en tout genre ainsi qu'en instrument de géométrie à Paris.  
    Il est notamment connu pour la dureté de son écorse. Il peut atteindre cinq à six mètres de haut. Sa croissance est très lente (il peut avoir un age qui peut atteindre plusieurs siècles.) Ses feuilles  sont de petite taille,n'ont pas d'odeur et sont de couleur vert clair. Elles deviennent marrons foncées en mourant. La couleur de son écorse est gris clair et ses branches sont fines.</div>
   
            
            </div>
    </div>
     <div class="droits licence">
    <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br /> Cette œuvre est mise à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International</a>.
    </div>
              
            
!

CSS

              
                .fiche { max-width: 960px; height: 880px; margin-right: auto; margin-left: auto; column-count: 2; } .ill { max-width: 100%; height: auto; padding: .25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: .25rem; } .right { break-before: column; } .bando { background-color: orange; } .bleu { background-color: blue; color: white; height: 46px; } .nom { font-size: 3em; padding: 1em 0 1em 0; } .rub { font-size: 1.2em; padding-bottom: .6em; text-align: justify;} .licence { max-width: 960px; margin: 0 auto; margin: 0 auto; font-size: .6em; padding: 5em 0; color: lightgray; margin-top: 5em;} .licence a { padding: 5em 0 color: lightgray;} .licence img {float: left; margin-top: 8px; margin-right: 4px} a { color :rosybrown;} a:link { text-decoration : none;} a:visited {text-decoration : none;} a:hover, a:focus, a:active { text-decoration : none; color:#abc;}
              
            
!

JS

              
                
              
            
!
999px

Console