Second That
0
Q:

change button shaddow css

#example1 {
  box-shadow: 10px 10px 8px #888888;
}
17
/* CSS box shadow look like paper lift up*/
/* provide shadow to all four corners */
/* source - W3Schools.com */
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
5
button{
  2.5px 2.5px 2px #888;
}
2

New to Communities?

Join the community