From 21de435702e744d71f4ca8b54e17697ae5d16952 Mon Sep 17 00:00:00 2001 From: Bhavya Khatri Date: Sun, 10 Sep 2023 22:05:18 +0530 Subject: [PATCH] h1 tag updtaed in event propagation --- Event Propagation/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Event Propagation/style.css b/Event Propagation/style.css index 597aa0f..f8acc16 100644 --- a/Event Propagation/style.css +++ b/Event Propagation/style.css @@ -8,4 +8,7 @@ body { h1 { text-align: center; justify-content:center ; + background: #000; + border: 2px solid black; + border-radius: 5px; }