From 062a42ac2febc95018cb6cbf2e4305d49b05b033 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R." Date: Sat, 4 May 2024 19:46:56 -0600 Subject: [PATCH] border radious must be at max half size of the pixels of the height or width, wichever is smaller --- buttons_challenge.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buttons_challenge.html b/buttons_challenge.html index 0946d87..4f732a1 100644 --- a/buttons_challenge.html +++ b/buttons_challenge.html @@ -19,7 +19,7 @@ border: none; height: 32px; width: 105px; - border-radius: 40px; + border-radius: 16px; } .buy-now { @@ -27,7 +27,7 @@ border: none; height: 32px; width: 105px; - border-radius: 40px; + border-radius: 16px; } Back to Amazon