Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css table row border radius

table { border-collapse: separate; }
td { border: solid 1px #000; }
tr:first-child td:first-child { border-top-left-radius: 10px; }
tr:first-child td:last-child { border-top-right-radius: 10px; }
tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }
Comment

table border radius

thead th:first-child{border-top-left-radius: 15px;}
thead th:last-child{border-top-right-radius: 15px;}
tbody tr:last-child>td:first-child{border-bottom-left-radius: 15px;}
tbody tr:last-child>td:last-child{border-bottom-right-radius: 15px;}
Comment

PREVIOUS NEXT
Code Example
Css :: css keep background image from scrolling 
Css :: css button transparent 
Css :: only ie css 
Css :: make image darker in css 
Css :: css select last character 
Css :: meta refresh only once 
Css :: how to get rid of button outline when clicked 
Css :: import css in thymeleaf 
Css :: center a video horizontally 
Css :: css last 3 childs 
Css :: css center horizontally and vertically 
Css :: how to put element in center in html 
Css :: Bootstap 5.2.0 cdn 
Css :: input time without am pm 
Css :: css text truncate 2 lines 
Css :: watch scss to css 
Css :: css media query aspect ratio 
Css :: universal css 
Css :: increase tooltip width in angular material 
Css :: unselectable css property 
Css :: css animation image up and down 
Css :: how to make borders rounded in css 
Css :: npx stylelint "**/*.{css,scss}" not working 
Css :: css not last of type 
Css :: reduce image size css 
Css :: flex max slang meaning 
Css :: two background images css 
Css :: using overflow:hidden and clearing float 
Css :: word ellipsis css 
Css :: how to write firefo specific css 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =