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;