From b681a25ef0d7c11f46e9e4c8fd187029dd0806e2 Mon Sep 17 00:00:00 2001 From: Pulkit Gupta Date: Sun, 5 Sep 2021 22:13:01 +0530 Subject: [PATCH] modified some changes --- .gitignore | 3 ++- Line icon/style.css | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ccc9fd9..68bc647 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.DS_Store \ No newline at end of file +*.DS_Store +/.vscode \ No newline at end of file diff --git a/Line icon/style.css b/Line icon/style.css index 6a5dd58..62cbdd8 100644 --- a/Line icon/style.css +++ b/Line icon/style.css @@ -56,8 +56,8 @@ ul li:hover::before { height: 100%; } footer { - position: relative; + position: absolute; color: yellow; - top: 19rem; - right: 50rem; + bottom: 1rem; + left: 5rem; }