Upload files to "assets"
This commit is contained in:
parent
26e1d526bb
commit
5a13d1f68d
1 changed files with 6 additions and 0 deletions
6
assets/stylesheet.css
Normal file
6
assets/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