Loading Please Wait...

Logo Lynxsia IT Solutions

CSS Border Spacing

CSS Border Spacing

CSS border-spacing property defines the space between cells of the table element.

					 
        
          border-spacing: 0;
          border-spacing: 10px;
          border-spacing: 10px 4px;
        
      
Border Spacing Values

length: px, em, rem, em, etc.

Global: inherit, initial, revert, revert-layer, unset,

Syntax
One Value

Sets space between column (horizontal) and row (vertical)

border-spacing: 10px;

Two Value

First value sets space between column (horizontal) and second value sets space between row (vertical)

border-spacing: 10px 4px;

					 
        
          /* length */
          border-spacing: 2px;

          /* horizontal (column) | vertical (row) */
          border-spacing: 1cm 2em;

          /* Global values */
          border-spacing: inherit;
          border-spacing: initial;
          border-spacing: revert;
          border-spacing: revert-layer;
          border-spacing: unset;
        
      

How you feel about this blog:

Share this blog on:

Report Us

If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com

Contact Us
Ads
Logo
Lynxsia IT Solutions

We are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..

Kotwali Road, Chhiptehri, Banda, 210001, UP, India

Copyright © 2022, Lynxsia IT Solutions, All rights reserved