From 273a4830826085ff316d61aadbf2c251501e8514 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:25:44 +0200 Subject: [PATCH] changed color of tic tac toe --- Tic Tac Toe/style.css | 2 +- Unblock YT/index.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 Unblock YT/index.html diff --git a/Tic Tac Toe/style.css b/Tic Tac Toe/style.css index 3f98751..57f47ee 100644 --- a/Tic Tac Toe/style.css +++ b/Tic Tac Toe/style.css @@ -9,7 +9,7 @@ position: relative; width: 100vw; height: 100vh; - background-image: linear-gradient(red, orange); + background-image: linear-gradient(blue, cyan); } .butter-cheese-eggs { diff --git a/Unblock YT/index.html b/Unblock YT/index.html deleted file mode 100644 index cc789d9..0000000 --- a/Unblock YT/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file