From e0cd947b922b6e8cd4197acf501842fa59261053 Mon Sep 17 00:00:00 2001 From: Daniel Jones <104509116+DanielReddJones@users.noreply.github.com> Date: Mon, 6 May 2024 15:38:44 -0500 Subject: [PATCH] rounded boxes --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ea2a506..2475391 100644 --- a/style.css +++ b/style.css @@ -29,7 +29,8 @@ body { word-wrap: break-word; } -.div1 { +p { background-color: black; + border-radius: 30px; } \ No newline at end of file