From e87beeed31d6156b7ddc3f59ffd34cb591c9adb1 Mon Sep 17 00:00:00 2001 From: Arun Kumar Singh <32652525+arunsnd2017@users.noreply.github.com> Date: Sun, 6 Oct 2019 22:42:45 +0530 Subject: [PATCH] changes in body top margin from to 25% --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1006339..a98f22b 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ body{ text-transform:uppercase; letter-spacing:.5em; font-size:1.5em; - top:15%; + top:25%; background:linear-gradient(to right,red,yellow); } h1{