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 +