From 0b2abf8d42317656e34135cfae2e4414f22b3635 Mon Sep 17 00:00:00 2001 From: kalungi Date: Sun, 19 Nov 2023 22:30:57 +0400 Subject: [PATCH] changed css colors and the html title --- index.html | 2 +- style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8a580ffb3..40b0c7b5f 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@

Simple Interest Calculator

- Amount
+ Omuwendo
Rate
No. of Years
Interest :
diff --git a/style.css b/style.css index 8a6b03574..ca6410375 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ -body {background-color:tan;} -h1{color:green;} +body {background-color:green;} +h1{color:red; +font-family: 'Courier New', Courier, monospace;}