From 7d217cc86156006745eb3f37b8b3814a69b7e2ac Mon Sep 17 00:00:00 2001 From: DaveyEke Date: Tue, 27 Feb 2024 16:19:42 +0100 Subject: [PATCH] Improved Fx --- index.html | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 62a0938..1689a48 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,22 @@ body{ margin: 200px; text-align: center; + background-color:pink; + + } + + #div2{ background-color: aqua; + border: black; + padding: 25px; + + } + + h2{ + font-family: sans-serif; + } + Currency Exchange @@ -44,15 +58,22 @@ +
+
+

Fx Rates Converter

+
+ +
- +
+

-

+

-

+
Note : Input the Currency Code e.g for Euro input 'EUR'
@@ -63,6 +84,7 @@

Developed by Dave Eke - daveydenco@gmail.com +