Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css tr border radius

table { 
    border-collapse: separate; 
    border-spacing: 0 10px; 
    margin-top: -10px; /* correct offset on first border spacing if desired */
}
td {
    border: solid 1px #000;
    border-style: solid none;
    padding: 10px;
    background-color: cyan;
}
td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}
Comment

PREVIOUS NEXT
Code Example
Css :: color transition time css 
Css :: two background images css 
Css :: Conditionally loading resources with media queries 
Css :: make a paragraph fit in div 
Css :: scss install 
Css :: disable cursor css 
Css :: Hide Google Recaptcha V3 | how to hide the reCaptcha v3 badge 
Css :: how to remove horizontal scrolling 
Css :: media query min max 
Css :: cs and cd in jfet 
Css :: apply css if class not present 
Css :: blue color when button click web mobile 
Css :: rgba blue color 
Css :: css list style url siz 
Css :: center div inside div vertically and horizontally 
Css :: roboto google apis 
Css :: how to add a class to a paragraph in css 
Css :: text-align:center apply to parent div or child div 
Css :: padding bottom 
Css :: make button stretch to fit text 
Css :: css border hover 
Css :: CSS background blur or glass effect 
Css :: how to add image with url in css 
Css :: css animation stay at end 
Css :: css set property with data attribute 
Css :: css table cell vertical align 
Css :: create notification badge in css 
Css :: elementor accordion closed by default 
Css :: css transform translate rotate 
Css :: grid blocks center 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =