From 4bab5dfd629692e540e6f2978b9942d32ccce4e1 Mon Sep 17 00:00:00 2001 From: Krish kumar Date: Sat, 13 May 2023 23:59:09 +0530 Subject: [PATCH 1/3] color and font property I have changed background color and font size, weight and add underline in text. --- index.html | 2 +- style.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 98e7187..16ee34d 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
-

CALCULATOR

+

CALCULATOR


diff --git a/style.css b/style.css index d61f8b9..c8e8e9a 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(4, 253, 75); display: inline-block; border-radius: 10px; } @@ -34,4 +34,9 @@ input[type="button"]{ input[type="screen"]{ font-size: 24px; margin-top: 10%; +} +.head{ + text-decoration: underline; + font-size: 30px; + font-weight: lighter; } \ No newline at end of file From 1c59281d098704141c1436a3c9f124737d8dd1d8 Mon Sep 17 00:00:00 2001 From: Krish Kumar Date: Mon, 15 May 2023 13:41:24 +0530 Subject: [PATCH 2/3] Change background color and font properties change background color sky blue to green and change font size weight and add underline. --- index.html | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 16ee34d..86d88f9 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
-

CALCULATOR

+

CALCULATOR


diff --git a/style.css b/style.css index c8e8e9a..db51c0d 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ text-align: center; margin: 10% 40%; padding: 20px; - background-color: rgb(4, 253, 75); + background-color: rgb(8, 253, 4); display: inline-block; border-radius: 10px; } @@ -35,7 +35,7 @@ input[type="screen"]{ font-size: 24px; margin-top: 10%; } -.head{ +.heading{ text-decoration: underline; font-size: 30px; font-weight: lighter; From 7fc968c884d1fb26903cf66637ca731b11805406 Mon Sep 17 00:00:00 2001 From: Krish Kumar Date: Mon, 15 May 2023 13:55:11 +0530 Subject: [PATCH 3/3] background color and font property change background color green to yellow and font size. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index db51c0d..a345e73 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ text-align: center; margin: 10% 40%; padding: 20px; - background-color: rgb(8, 253, 4); + background-color: rgb(245, 253, 4); display: inline-block; border-radius: 10px; } @@ -37,6 +37,6 @@ input[type="screen"]{ } .heading{ text-decoration: underline; - font-size: 30px; + font-size: 32px; font-weight: lighter; } \ No newline at end of file