Search
 
SCRIPT & CODE EXAMPLE
 

CSS

animate font weight css

.weightGrow:hover {
    text-shadow:
    -1px -1px 0 #2DD785,
    1px -1px 0 #2DD785,
    -1px 1px 0 #2DD785,
    1px 1px 0 #2DD785;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
Comment

PREVIOUS NEXT
Code Example
Css :: make an image smaller css 
Css :: how to make slideshow not go over navigation bar 
Css :: css button:focus border-radius square 
Css :: css line under text 
Css :: css global variables 
Css :: css first h element 
Css :: how to add a class to a paragraph in css 
Css :: coustomize srollbar 
Css :: Warning: Failed child context type: Invalid child context `virtualizedCell.cellKey` of type `number` supplied to `CellRenderer`, expected `string`. 
Css :: css transition slide up 
Css :: css border properties 
Css :: css good black color 
Css :: css background rainbow 
Css :: image right css 
Css :: border-radius cross browser 
Css :: css selection 
Css :: ionic input line color 
Css :: increase font size zenity 
Css :: transform scale 
Css :: how to add space between image and text in css 
Css :: photshop flip layer 
Css :: scrollbar height css 
Css :: @font-face rule in css 
Css :: css dot dot dot 
Css :: css glass effect 
Css :: css font properties 
Css :: Horizontal Scrolling Bopostrap CSS 
Css :: textarea disable resize 
Css :: div color overlay css 
Css :: css animation top goes back to start 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =