Search
 
SCRIPT & CODE EXAMPLE
 

CSS

button css shadow

/*
	box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit;
    h-offset: horizontal offset
    v-offset: vertical offset
    spread (optional): spread radius. A positive value increases the size of the shadow.
*/
.button {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: html remove border from textarea 
Css :: how to align absolute element in center 
Css :: css placeholder color 
Css :: css no underline 
Css :: css td align center vertical 
Css :: css 100% -20px 
Css :: skeleton css cdn 
Css :: css pre wrap text 
Css :: css alternate row color 
Css :: css remove bullet point from ul 
Css :: add image ::before css 
Css :: position something to the center of screen responsivly 
Css :: flexbox go to next row 
Css :: css bottom shadow 
Css :: instagram gradient css 
Css :: how to align elements horizontally in css 
Css :: swiper slider autoplay 
Css :: css resize image without distortion 
Css :: Failed to start ssh.service: Unit ssh.service not found. 
Css :: remove arrow summary tag css 
Css :: css smooth transition in and out 
Css :: media max height css 
Css :: css center text in div 
Css :: css animated skills bar 
Css :: bootstrap text truncate 
Css :: how to add space between menu items in css 
Css :: chrome button black white border 
Css :: the other div inline-block is in bottom 
Css :: center nav bar css 
Css :: not allow select text css 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =