From 440eb6088872a33523114f77a23543fe454f046b Mon Sep 17 00:00:00 2001 From: amanbind898 Date: Fri, 8 Sep 2023 01:44:23 +0530 Subject: [PATCH] ribbon added --- index.html | 9 ++++++++- style.css | 6 ++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 74f0b41..cdc1efe 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,9 @@ simple-Calculator - + + +

SIMPLE -CALCULATOR

@@ -22,6 +24,11 @@
+
+
+

Created by Aman Bind

+
+ diff --git a/style.css b/style.css index 8ef511c..24d22f3 100644 --- a/style.css +++ b/style.css @@ -78,3 +78,9 @@ h1{ font-family: 'Poppins', sans-serif;} color: #91a89a; } + .card{ +position: relative; +font-family: 'kanit',sans-serif; + +top:100px; + } \ No newline at end of file