Skip to content

Commit

Permalink
changed css colors and the html title
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronnitok committed Nov 19, 2023
1 parent badce31 commit 0b2abf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body>
<h1>Simple Interest Calculator</h1>

Amount <input type="number" id="principal"> <br/>
Omuwendo <input type="number" id="principal"> <br/>
Rate <input type="number" id="rate"> <br/>
No. of Years <input type="number" id="years"> <br/>
Interest : <span id="result"></span><br>
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body {background-color:tan;}
h1{color:green;}
body {background-color:green;}
h1{color:red;
font-family: 'Courier New', Courier, monospace;}


0 comments on commit 0b2abf8

Please sign in to comment.