Spaces:
Sleeping
Sleeping
Update templates/style.css
Browse files- templates/style.css +10 -10
templates/style.css
CHANGED
@@ -9,6 +9,16 @@ h1, h2 {
|
|
9 |
color: #FF6347;
|
10 |
}
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
#menu-item {
|
13 |
background-color: #fff;
|
14 |
border: 2px solid #ddd;
|
@@ -23,13 +33,3 @@ h1, h2 {
|
|
23 |
background-color: #ffe4b5;
|
24 |
transform: scale(1.05);
|
25 |
}
|
26 |
-
|
27 |
-
img {
|
28 |
-
border-radius: 10px;
|
29 |
-
}
|
30 |
-
|
31 |
-
p {
|
32 |
-
font-size: 14px;
|
33 |
-
margin-top: 10px;
|
34 |
-
color: #555;
|
35 |
-
}
|
|
|
9 |
color: #FF6347;
|
10 |
}
|
11 |
|
12 |
+
img {
|
13 |
+
border-radius: 10px;
|
14 |
+
}
|
15 |
+
|
16 |
+
p {
|
17 |
+
margin-top: 10px;
|
18 |
+
font-size: 14px;
|
19 |
+
color: #555;
|
20 |
+
}
|
21 |
+
|
22 |
#menu-item {
|
23 |
background-color: #fff;
|
24 |
border: 2px solid #ddd;
|
|
|
33 |
background-color: #ffe4b5;
|
34 |
transform: scale(1.05);
|
35 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|