diff --git a/index.html b/index.html index ab3f5af..c2286ef 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,8 @@ Imagine - Image Editor - - @@ -88,7 +92,9 @@ -
+
+ + diff --git a/style.css b/style.css index fa56098..d709d30 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,4 @@ html, body { - margin: 0px; -} \ No newline at end of file + margin: 0px; + scroll-behavior: smooth; +}