lokesh341 commited on
Commit
19b4f7c
·
verified ·
1 Parent(s): 4e94c5b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -3
templates/index.html CHANGED
@@ -17,7 +17,7 @@
17
  text-align: center;
18
  }
19
  .container {
20
- background: orangered;
21
  padding: 40px 50px;
22
  border-radius: 10px;
23
  width: 400px;
@@ -58,8 +58,7 @@
58
  <body>
59
  <div class="container">
60
  <h1>Welcome to Biryani Hub</h1>
61
- color: #ff6a00; /* Bright orange for title */
62
-
63
  <!-- Name Input Field -->
64
  <label for="name">Your Name</label>
65
  <input type="text" id="name" placeholder="Your name will appear here..." readonly>
 
17
  text-align: center;
18
  }
19
  .container {
20
+ background:lightblue;
21
  padding: 40px 50px;
22
  border-radius: 10px;
23
  width: 400px;
 
58
  <body>
59
  <div class="container">
60
  <h1>Welcome to Biryani Hub</h1>
61
+
 
62
  <!-- Name Input Field -->
63
  <label for="name">Your Name</label>
64
  <input type="text" id="name" placeholder="Your name will appear here..." readonly>