From d5e684eb9819ef4aa94548f22a8f7f391e62f9f4 Mon Sep 17 00:00:00 2001 From: julius Date: Tue, 28 Jan 2025 18:31:38 +0100 Subject: [PATCH] make buttons/clickables round --- src/App.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index bf2028e..04677b1 100644 --- a/src/App.css +++ b/src/App.css @@ -99,9 +99,9 @@ h3 { cursor: pointer; font-size: small; border: 3px dashed black; - border-radius: 4px; + border-radius: 1.2em; margin: 8px auto; - padding: 4px 8px; + padding: 4px 16px; } .extra-margin { @@ -113,6 +113,7 @@ button { font-size: large; color: ghostwhite; background-color: black; + border-radius: 1.2em; z-index: 1; &:focus { outline: black;