Search
 
SCRIPT & CODE EXAMPLE
 

CSS

shadow on hover class on card bootstrap

.card-product {
  &:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: all .55s ease-in-out;
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: scss install 
Css :: input start typing in the center 
Css :: second child css 
Css :: border around img css 
Css :: how to css with data arrtibute 
Css :: how to remove horizontal scrolling 
Css :: open applications bat start 
Css :: online minifier api 
Css :: how to set height equal to dynamic width pure css 
Css :: element not going to the bottom of the page 
Css :: css selector to change long bot description top.gg 
Css :: how to align items in css 
Css :: change br height 
Css :: centralize div inside div 
Css :: text opacity css 
Css :: css text border 
Css :: css blur 
Css :: centering with flexbox 
Css :: background shorthand css 
Css :: css use value of attribute 
Css :: border-radius cross browser 
Css :: remove bullets from unordered list in css 
Css :: contenteditable new line 
Css :: how to hide the scrollbar in css 
Css :: fixed header and footer css 
Css :: how to make div width auto adjust 
Css :: css wrap text next line align right 
Css :: background image blur css codepen 
Css :: wrap none css 
Css :: center text in css 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =