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; }