From cfa917898deae64d867c59de3b89e98f17a0c353 Mon Sep 17 00:00:00 2001 From: mohammed kaif Date: Sat, 15 Jun 2024 22:01:29 +0500 Subject: [PATCH] add html form and type number --- index.html | 55 +++++++++++++++++++++++++++++------------------------- script.js | 1 + style.css | 1 + 3 files changed, 32 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 8422a54..4f3585a 100644 --- a/index.html +++ b/index.html @@ -1,33 +1,38 @@ - - - + + + PRIME NUMBER FINDERt - - - - + + +
-
-

MOHAMMAD KAIF

-

-
-

PRIME NUMBER FINDER

-



-


-
+
+

MOHAMMAD KAIF

+
+
+
+

PRIME NUMBER FINDER

+
+


+
+


+
+
+
+
+

Result

+
-
-

- Result -

-
-
- + - - \ No newline at end of file + + diff --git a/script.js b/script.js index e69de29..0519ecb 100644 --- a/script.js +++ b/script.js @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style.css b/style.css index 453f845..ee4f660 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,7 @@ body { font-weight: 800; } + .para p { font-size: 40px; color: rgb(58, 117, 58);