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

              
                p
table
   tbody
    tr
      td
      td(style='width: 40%; text-align: center;', colspan='3')
        .name Catherine Bailhache
      td(style='width: auto;')
    tr
      td
      td(style='width: 40%; text-align: center;', colspan='3')
         l coordinatrice
      td 
      
    tr
      td
      td(style='width: 40%; text-align: center;', colspan='3')
         | ACOR
         br
         .small Port de Vallée
           br
           | Saint-Sulpice-sur-Loire
           br
           | 49320 BLAISON SAINT-SULPICE
           br
           br
           | 33+ 2 41 68 25 16
           br
           | bailhache.acor@gmail.com
      td
    tr 
      td 
      td  
      td 
      td 
      td 
    tr 
      td 
      td  
      td 
      td 
      td  




    
.intertitre 
   br
   br
   span BUREAU
   br
   span (dernière élection : 25/06/2021)
   br
   span 🔻
   br
   br
   br
   

 
table
   tbody
    //tr
      td
      td(style='width: 40%; text-align: center;', colspan='3')
        .name Antoine Glémain
      td(style='width: auto;')
    //tr
      td
      td(style='width: 40%; text-align: center;', colspan='3')
         l président
      td 
      
    //tr
      td
      td(style='width: 40%; text-align: center;', colspan='3')
         .small antoine.glemain@levoxmayenne.fr
         br
      td
    tr 
      td 
      td  
      td 
      td 
      td 
    tr 
      td 
      td  
      td 
      td 
      td  
    
table
   tbody   
    tr
      td
      td
       .name Véronique L'Allain 
        br
        span (La Salamandre/Sew, 
        br
        | Morlaix)
      td
      td 
       .name Élise Mignot
        br
        span (Café des images, Hérouville Saint-Clair)
      td 
       
    tr
      td
      td
       | vice-présidente
       br 
      td 
      td 
       | vice-président
       br
       br
    tr
      td
      td
      td 
      td
      td     
    tr 
      td 
      td  
      td 
      td 
      td 
    tr 
      td 
      td  
      td 
      td 
      td 
      tr
      td
      td
       .name Mathias Triballeau 
        br
        span (Le Concorde, 
        br
        | La Roche-sur-Yon)
      td
      td 
       .name Hervé Aguillard
        br
        span (L'Omnia, Rouen)
      td 
       
    tr
      td
      td
       | vice-présidente
       br 
      td 
      td 
       | vice-président
       br
       br
    tr
      td
      td
      td 
      td
      td     
    tr 
      td 
      td  
      td 
      td 
      td 
    tr 
      td 
      td  
      td 
      td 
      td  
    tr
      td
      td
      td
      td 
       .name Thomas Pouteau
        br
        span (Le Vox, Mayenne)
      td 
       
    tr
      td
      td
      td 
      td 
       | secrétaire
       br 

    tr
      td
      td
      td 
      td
      td     
    tr 
      td 
      td  
      td 
      td 
      td 
    tr 
      td 
      td  
      td 
      td 
      td  
    tr
      td
      td
       .name Isabelle Allo
        br
        span (Le Quai des images, 
        br
        |Loudéac)
      td
      td 
       .name Jacques Fretel
        br
        span 
      td 
       
    tr
      td
      td
       | trésorière
       br 
      td 
      td 
       | trésorier
       br 
    tr
      td
      td
      td 
      td
      td 
           
.intertitre 
   br
   br
   br
   span
    strong Adresse de facturation
   br
   span 🔻
   br
   span Jacques Fretel
   br 
   span ACOR
   br
   span 155 A, Avenue Général Leclerc
   br
   span 35700 RENNES
   br 
   br 
   br 
   

              
            
!

CSS

              
                
$purple=hsl(255,41%,41%)

 //CATH

$mq--mobile = 320px
$mq--tablet = 600px
$mq--desktop = 1280px

    
// breakpoints (not used here for the moment) (eg  @media break-S)
break-S           = "screen and (max-width $mq--mobile)"
break-M           = "screen and (min-width $mq--tablet)"
break-L           = "screen and (min-width $mq--desktop)"

// font-size
font($scale-min, $scale-max) 
  font-size $scale-min
  @media all and (min-width $mq--mobile)
    font-size "calc(%s + %s * ((100vw - %s) / %s))" % ($scale-min unit($scale-max - $scale-min, '') $mq--mobile unit($mq--desktop - $mq--mobile, ''))
  
  @media all and (min-width $mq--desktop)
    font-size $scale-max

*,
*::after,
*::before 
	box-sizing border-box


body
 //background-image url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/194946/paper.png)
 //background-size 10px
 background white
 font-family 'PT sans narrow', sans-serif
 cursor s-resize
 font(16px, 24px)
 padding-left 1em
 border-left 7px solid hsla(0, 0%,0%, 0.1)
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.51);
  background-color: rgba(19,46,5,0.51);
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 5px;
	 height:5px;
  background-color: rgba(255,255,255,0.2);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #111;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(hsl(255,51%,31%)), to(hsl(74,35%,66%)), color-stop(0.6, hsl(255,100%,51%)));
}

table
   width 100% 
   
.name
  font-weight bold
  color $purple
  
.small
  font-size 0.8em
  
.intertitre
  display block
  position relative
  width 100%
  text-align center
  
.text
 padding 1em
 text-align center
 
@media all and (min-width:400px)  
 .text 
  display none !important
 
 table
   width 100%
 
   tbody
    width 100%
    tr
     td:first-child
      width 8%
     td:nth-child(2)
      width 40%
      text-align left
     td:nth-child(3)
      width 4%
     td:nth-child(4)
      width 40%
      text-align right
     td:last-child
      width  8%
        
  
@media all and (max-width:309px)  
  .table
    display none !important



        
              
            
!

JS

              
                
              
            
!
999px

Console