first working state
This commit is contained in:
8
www/css/custom.css
Normal file
8
www/css/custom.css
Normal file
@ -0,0 +1,8 @@
|
||||
img {
|
||||
transition:transform 0.25s ease;
|
||||
}
|
||||
|
||||
img:hover {
|
||||
-webkit-transform:scale(1.5);
|
||||
transform:scale(1.5);
|
||||
}
|
Reference in New Issue
Block a user