Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Button CSS normal active hover

.buttonz {width:150px !important;
background-color: lightsalmon !important;
border: 1px solid black;
height:35px;
margin-top:20px;
margin-left:39%;
position:relative;

}
.buttonz:hover{
box-shadow: 3px 3px 8px #111111;

}

.buttonz:active{
box-shadow: 4px 4px 8px #444444;
top:2px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: when change size image not change contrast css 
Css :: gap between two flex items 
Css :: tailwind npm 
Css :: icon circle css 
Css :: display flex align last item to left 
Css :: css cursor forbidden 
Css :: card flip css 
Css :: checkbox checked color change css 
Css :: css vertical align with flexbox 
Css :: onclick css animation 
Css :: deploy truffle project on testnet 
Css :: tilt element css animation 
Css :: css selectors attribute ends with 
Css :: difference between inline block and inline-block 
Css :: unhover animation 
Css :: Responsive Web Design with HTML5 and CSS 
Css :: css display offscreen 
Css :: css links 
Css :: css ripple effect 
Css :: css make border rotate around element 
Css :: css box sizing 
Css :: css rounded circle image 
Css :: css resize tabe cell 
Css :: border bottom css 
Css :: flex order 
Css :: blue gradient 
Css :: css assign multiple classes to one element 
Css :: html css drow line 
Css :: css float placeholder 
Css :: circle css animation 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =