diff --git a/index.html b/index.html index 98e7187..86d88f9 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
-

CALCULATOR

+

CALCULATOR


diff --git a/style.css b/style.css index d61f8b9..a345e73 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ text-align: center; margin: 10% 40%; padding: 20px; - background-color: rgb(4, 224, 253); + background-color: rgb(245, 253, 4); display: inline-block; border-radius: 10px; } @@ -34,4 +34,9 @@ input[type="button"]{ input[type="screen"]{ font-size: 24px; margin-top: 10%; +} +.heading{ + text-decoration: underline; + font-size: 32px; + font-weight: lighter; } \ No newline at end of file