diff --git a/public/index.html b/public/index.html index aa069f2..338ab1e 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + React Calculator diff --git a/src/components/styles/Buttons.css b/src/components/styles/Buttons.css index b895f6c..09615f5 100644 --- a/src/components/styles/Buttons.css +++ b/src/components/styles/Buttons.css @@ -18,6 +18,15 @@ border: 0px; } +.btn:last-child { + font-weight: medium; + font-size: 40px; + width: 65px; + height: 65px; + color: white; + background-color: #6dd5ed; +} + .btn:hover { background-color: #6dd5ed; color: white;