geethareddy commited on
Commit
cf7b3eb
·
verified ·
1 Parent(s): b8c0e19

Update templates/style.css

Browse files
Files changed (1) hide show
  1. templates/style.css +4 -10
templates/style.css CHANGED
@@ -9,17 +9,11 @@ h1, h2 {
9
  color: #FF6347;
10
  }
11
 
12
- #menu-item {
13
- background-color: #fff;
14
- border: 2px solid #ddd;
15
- padding: 10px 15px;
16
  border-radius: 10px;
17
- cursor: pointer;
18
- transition: all 0.3s;
19
- box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
20
  }
21
 
22
- #menu-item:hover {
23
- background-color: #ffe4b5;
24
- transform: scale(1.05);
25
  }
 
9
  color: #FF6347;
10
  }
11
 
12
+ img {
 
 
 
13
  border-radius: 10px;
 
 
 
14
  }
15
 
16
+ p {
17
+ font-size: 14px;
18
+ line-height: 1.6;
19
  }