diff --git a/assets/stylesheet.css b/assets/stylesheet.css new file mode 100644 index 0000000..f9d1e0f --- /dev/null +++ b/assets/stylesheet.css @@ -0,0 +1,6 @@ +.grow { + transition: all .2s ease-in-out; +} +.grow:hover { + transform: scale(1.1); +}