From d9ed240c862e7550ba27a6cb9808ccef9a420e9f Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:48:44 +0100 Subject: [PATCH] fix? --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d440958..3b248d8 100644 --- a/style.css +++ b/style.css @@ -11,5 +11,6 @@ } #grad { + height: 200px; background-image: linear-gradient(cyan, blue); - } \ No newline at end of file + } \ No newline at end of file