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="flex flex-col justify-center mx-auto rounded w-4/5 "]
  div[class="flex flex-row border border-blue-200 rounded-xl m-4"]
    img[class="w-10 border-r-2 border-symplifica-light px-2 my-2" src="https://uxwing.com/wp-content/themes/uxwing/download/hand-gestures/good-icon.png" alt="users"]
    select[class="boder border-white rounded-xl focus:outline-none focus:rounded-xl font-bold focus:ring-2 focus:ring-sy-aqua focus:border-transparent px-3 bg-white rounded-xl text-sy-dark text-base w-full"]
      option Pablo Ramirez
      option Pablo Ramirez
      option Pablo Ramirez   
      
h1 segunda opcion 
div[class="border border-2 border-blue-200 rounded-xl"]
         div[class=""] 
            div[class="py-6 md:px-14"]
                p[class="mb-2 px-3 text-symplifica-gray-700 text-xs sm:text-base"] Selecciona al trabajador con quien deseas hacer el calculo   
                div[class="flex flex-col justify-center mx-auto rounded w-4/5"]
                    div[class="border border-blue-200  sm:m-4 rounded-xl"]
                        p[class="text-xs relative top-1 left-2"] Nombre 
                        div[class="flex flex-row"]
                            img[class="border-r-2 border-symplifica-light my-2 px-2 w-10" src="https://uxwing.com/wp-content/themes/uxwing/download/hand-gestures/good-icon.png" alt="users"]
                            select[class="boder border-white bg-white focus:outline-none focus:rounded-xl font-bold focus:ring-2 focus:ring-transparent focus:border-transparent px-3  rounded-xl text-sy-dark text-xs sm:text-base  w-full"]
                                option Pablo Ramirez
                                option Pablo Ramirez     
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console