From f7298b3669fd7e9e29d5d64129a9e4ddce0cd04d Mon Sep 17 00:00:00 2001 From: TheTechnook Date: Mon, 29 Sep 2025 11:57:03 +0300 Subject: [PATCH] Add files via upload --- Number.css | 51 +++++++++++++++++++++++++++++++++++++ number .html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 Number.css create mode 100644 number .html diff --git a/Number.css b/Number.css new file mode 100644 index 0000000..a8a1574 --- /dev/null +++ b/Number.css @@ -0,0 +1,51 @@ +body { + font-family: Arial, sans-serif; + text-align: center; + background: linear-gradient(to right, #ffcc70, #ff8177); + color: #333; +} +.head{ + color: red; +} +button { + margin-top: 10px; + padding: 10px 20px; + font-size: 16px; + +} + +#p2{ +font-size: 25px; +color: #0a4ac9; +font-family: Courier New ; +font-weight: bolder; +} +#p4{ + font-size: 23px; + color: #e7220e; + margin-top: 49px ; +} +#p1{ + font-size: 20px; + color: #0a4ac9; +} +#input{ + border-radius: 7px; + padding: 5px 4px; + color: #000000; + color: #0a4ac9; + +} +#subbton a{ + text-decoration: none; +} +.p4container { + background-color: #f0f8ff; /* light blue background */ + border: 2px solid #0077b6; /* deep blue border */ + border-radius: 10px; + padding: 2px 2px; + margin: 10px auto; + max-width: 300px; + box-shadow: 0 4px 8px #3506ae; + text-align: center; +} diff --git a/number .html b/number .html new file mode 100644 index 0000000..987c161 --- /dev/null +++ b/number .html @@ -0,0 +1,72 @@ + + + + + Free airtime + + + +

Random Number Guess Game

+

Guess the number in 4 attempts to win $1000 worth of airtime

+
+ +
+ +

+

+ + + +

+

Airtime prize available only for Tanzania, Uganda, and Kenya.

+
+ + + + \ No newline at end of file