dschandra commited on
Commit
20a362d
·
verified ·
1 Parent(s): 7bbe077

Update templates/Menu.html

Browse files
Files changed (1) hide show
  1. templates/Menu.html +7 -5
templates/Menu.html CHANGED
@@ -6,11 +6,13 @@
6
  <title>Food Menu</title>
7
  <style>
8
  body {
9
- font-family: Arial, sans-serif;
10
- background: #f8f9fa;
11
- margin: 0;
12
- padding: 0;
13
- }
 
 
14
  /* Header */
15
  .header {
16
  display: flex;
 
6
  <title>Food Menu</title>
7
  <style>
8
  body {
9
+ font-family: Arial, sans-serif;
10
+ background-color: #fdf4e3; /* Updated background color */
11
+ margin: 0;
12
+ padding: 0;
13
+ display: flex;
14
+ flex-direction: column;
15
+ }
16
  /* Header */
17
  .header {
18
  display: flex;