assets
This commit is contained in:
parent
ba1b0d8a03
commit
592efa2fe0
1 changed files with 6 additions and 0 deletions
6
img/stylesheet.css
Normal file
6
img/stylesheet.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
.grow {
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
.grow:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue