Search
 
SCRIPT & CODE EXAMPLE
 

CSS

To make card box appear more bigger when hover

.card:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
        z-index: 3;
        border-color: #007bff !important;
    }
Comment

PREVIOUS NEXT
Code Example
Css :: how to evenly space icons in a div css 
Css :: texting getting out of box css 
Css :: background-color: transparent; 
Css :: how center div in css 
Css :: difference between and px in css 
Css :: css cursor loading 
Css :: how to add text stroke in css 
Css :: min padding 
Css :: center text html css position fixed 
Css :: css sticky navigatiojn 
Css :: css how does hsl work 
Css :: add backdrop to modal css 
Css :: css scaling border radius 
Css :: put an border around an text in css 
Css :: rotate image css 
Css :: css blink animation 
Css :: soup css selector 
Css :: hover show scrollbar css 
Css :: change element in iframe 
Css :: image rendering css 
Css :: install code command on mac 
Css :: Horizontal Scrolling Bopostrap CSS 
Css :: css_background_img 
Css :: how to call media query inside css class 
Css :: inherit class in sass 
Css :: vertical align css 
Css :: disabled checkbox css 
Css :: input uppercase with css 
Css :: css overwriting styles 
Css :: email background image 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =