Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css animate border

.borderAnimation{ 
 transition: border-width 0.2s linear;
}

.borderAnimation:hover{
 border: 2px solid black; 
}
Comment

PREVIOUS NEXT
Code Example
Css :: svg image shadow css 
Css :: how to set text in center in flex item 
Css :: css max-width none 
Css :: background image syntax in css if it is in folder 
Css :: css align text 
Css :: 3 line after dot in css 
Css :: css grid no stretch 
Css :: css text 
Css :: how to set div background image 
Css :: quitar borde a un boton css 
Css :: change color when you mouse over a link (hover) 
Css :: css filter color 
Css :: scroll bar with 0 width 
Css :: how to create space inbetween text css 
Css :: lower brightness of backgroung css 
Css :: bootstrap create full screen background image 
Css :: move text outside div 
Css :: css font 
Css :: css align-items center 
Css :: font face css 
Css :: css prevent new line div 
Css :: placeholder color in css 
Css :: create cross icon using css 
Css :: css smooth scroll 
Css :: how to align border to center in css 
Css :: &:disabled not working sass 
Css :: collapse border css 
Css :: css delay between animation iterations 
Css :: how to make a flex container full page 
Css :: css focus change color 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =