Search
 
SCRIPT & CODE EXAMPLE
 

CSS

cool hover effects css

.i {
    color: #fff;
    font-size: 35px;
    margin: 15px 15px 0 15px;
    transition: 0.2s;
    transition-property: color, transform;
}

i:hover {
    color: #FF5733;
    transform: scale(1.3);
}
Comment

PREVIOUS NEXT
Code Example
Css :: text shadow effect 
Css :: css border only top and bottom 
Css :: css gradient 3 colors 
Css :: remove the outline from bootstrap input and input fields 
Css :: how to change button gradient 
Css :: css align backround image to the right 
Css :: css toggle visibility 
Css :: css attribute selector 
Css :: css layers over background-images 
Css :: css style placeholder 
Css :: how to add hover effect in emotion 
Css :: how to give background overlay in css 
Css :: css good background color 
Css :: put gradient color over background image 
Css :: can span have width 
Css :: css wrap 
Css :: zoom image inside div and move 
Css :: css vendor prefixes 
Css :: scss extend 
Css :: css flip animation 
Css :: install tailwind css 
Css :: flickity css 
Css :: CSS technique for a horizontal line with icons in the middle 
Css :: $scope.$apply 
Css :: add expanding underline on page load css 
Css :: alternate css animation 
Css :: html disabled hover style 
Css :: on hover disabled cursor 
Css :: css if element is empty 
Css :: css to increase font size 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =