Search
 
SCRIPT & CODE EXAMPLE
 

CSS

box shadow to table cell css

tr {
  background-color: rgb(165, 182, 229);
  box-shadow: 0px 2px 2px black;
  -moz-box-shadow: 0px 2px 2px black;
  -webkit-box-shadow: 0px 2px 2px black;
}
td, th {
  padding: 5px;
  text-align: left;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css shrink image 
Css :: horizontal scroll only css mobile 
Css :: Shadow On left & right side 
Css :: internal style 
Css :: prevent bounce scroll css 
Css :: css absolute position inside div 
Css :: background color using css 
Css :: css code for green 
Css :: css math functions 
Css :: css disabled hover style 
Css :: fading bottom image css 
Css :: how to make a square image round css 
Css :: set min div height 
Css :: font-family css 
Css :: sideways linear gradient 
Css :: npm registry package not found 
Css :: gradient background image 
Css :: flex box writing sideways text top to bottom 
Css :: Load hidden image to HTML 
Css :: apply margin to all child elements 
Css :: calc css float to procent 
Css :: hide navbar css 
Css :: .col-12 bootstrap 
Css :: content visability auto 
Css :: html style input number buttons 
Css :: css border without changing size 
Css :: display flex align last item to left 
Css :: vertical center before css 
Css :: border for text in html 
Css :: boostrap breakpoints 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =