From ed904757c5e3a765b711df02a31dc4a55854de70 Mon Sep 17 00:00:00 2001 From: sahil Date: Thu, 13 Apr 2023 13:42:14 +0530 Subject: [PATCH 1/2] sahil --- index.css | 16 ++++++++++++++++ index.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 9e11917a0..1e7fe3ac4 100644 --- a/index.css +++ b/index.css @@ -75,5 +75,21 @@ body { color: #37517e; background-color: white; } +@media only screen and (max-width: 360px) { + +a.linka{ + font-size: 10px; +} +} +@media only screen and (max-width: 330px) { + a.linka { + display: none; + } +} +@media only screen and (min-width: 361px) { + a.linka { + font-size: 12px; + } +} diff --git a/index.html b/index.html index 94ee4f73c..426c3be9b 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@

About Us

- Learn Web Development❤️ + Learn Web Development❤️
About Illustration From 4e0c178516e5b02bace7995405a95b47e5d3e649 Mon Sep 17 00:00:00 2001 From: sahil Date: Thu, 13 Apr 2023 13:59:18 +0530 Subject: [PATCH 2/2] sahil --- index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.css b/index.css index 1e7fe3ac4..d8a903940 100644 --- a/index.css +++ b/index.css @@ -9,6 +9,7 @@ body { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); + z-index: 1; } .icon-bar a { @@ -18,6 +19,7 @@ body { transition: all 0.3s ease; color: white; font-size: 20px; + } .icon-bar a:hover {