Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -3
templates/index.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
text-align: center;
|
18 |
}
|
19 |
.container {
|
20 |
-
background:
|
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 |
-
|
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>
|