diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index 5077d8d2..d3f6966e 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -178,3 +178,13 @@ body { left: 100%; } +.footer__text{ + font-size: 16px; + transition: color 0.3s ease, font-size 0.3s ease; + display: block; +} + +.footer__text:hover{ + color: red; + font-size: 18px; +} \ No newline at end of file diff --git a/index.html b/index.html index 613dda5c..0a92f7ba 100644 --- a/index.html +++ b/index.html @@ -816,6 +816,10 @@

Contact U --> + +
+
+
@@ -874,10 +878,10 @@