From 92fa2602f81d16a91a6ce7d75c0ead7d1282c05a Mon Sep 17 00:00:00 2001 From: ChiaraMichelle <44982244+ChiaraMichelle@users.noreply.github.com> Date: Wed, 24 Apr 2024 01:00:43 +0200 Subject: [PATCH] Actualizar index.css --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 61003e8..dd4ca5b 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,6 @@ body { font-family: "Source Sans 3", sans-serif; - background-image: linear-gradient(359deg, #3023ae, #eb7f7b); + background-image: linear-gradient(140deg, #3023ae, #eb7f7b); color: #333; /* black */ margin: 0; height: 100vh;