From 5298576b34045040bfc0d4aec921021ad5d66fe4 Mon Sep 17 00:00:00 2001 From: Akshat Verma <112319520+Akshat162001@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:54:04 +0530 Subject: [PATCH] done some chnages --- .vscode/settings.json | 5 ++++- auto-text-effect/index.html | 2 +- auto-text-effect/style.css | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..b30c3c0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "liveServer.settings.port": 5501 + "liveServer.settings.port": 5501, + "githubPullRequests.ignoredPullRequestBranches": [ + "master" + ] } \ No newline at end of file diff --git a/auto-text-effect/index.html b/auto-text-effect/index.html index 3fb9ade..7afe35c 100644 --- a/auto-text-effect/index.html +++ b/auto-text-effect/index.html @@ -11,7 +11,7 @@
- +
diff --git a/auto-text-effect/style.css b/auto-text-effect/style.css index 71fae02..595de85 100644 --- a/auto-text-effect/style.css +++ b/auto-text-effect/style.css @@ -6,6 +6,7 @@ body { background-color: darksalmon; + background: linear-gradient(right to left red blue green); font-family: 'Roboto', sans-serif; display: flex; flex-direction: column;