From 9443fa7a63c1445f42df635dc142b5b64d2e2ac1 Mon Sep 17 00:00:00 2001 From: Amol Dalwai <43610098+amoldalwai@users.noreply.github.com> Date: Sat, 27 Oct 2018 21:06:41 +0530 Subject: [PATCH] updated css properties updated css properties border-radius --- calculator.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/calculator.css b/calculator.css index 3422781..0917e0a 100644 --- a/calculator.css +++ b/calculator.css @@ -11,7 +11,9 @@ button input[type=text] { width:210px; - height:30px; + height:30px; + border-radius:20px; + } #calci { @@ -22,4 +24,4 @@ button background-color: white; margin:2px; } - \ No newline at end of file +