Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css table column spacing

table {
  border-collapse: separate;
  border-spacing: 50px 0;
}

td {
  padding: 10px 0;
}
Comment

PREVIOUS NEXT
Code Example
Css :: multiple css media queries 
Css :: pointer-events 
Css :: css media query 
Css :: ngx-charts change text color 
Css :: css table borders 
Css :: header center 
Css :: css color gradient background full height 
Css :: css different sreen size 
Css :: css remove margin around page 
Css :: rgb white 
Css :: how to serve css in golang 
Css :: scss install 
Css :: break pre text 
Css :: steps() property css 
Css :: css center modal vertically 
Css :: Hide first of type elements using css , how to hide elements using css 
Css :: word wrap in css 
Css :: change br height 
Css :: multiple values in @media 
Css :: css style for the first element only 
Css :: comfirm before delete 
Css :: padding right 
Css :: bootstrap icons sdn 
Css :: centos 8 cron on reboot 
Css :: Hide scroll bar, but while still being able to scroll 
Css :: min padding 
Css :: how to place a table in center in css 
Css :: fixed header and footer css 
Css :: bootstrap Aligning images 
Css :: window popup hide address bar 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =