mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
s
This commit is contained in:
@@ -12,6 +12,7 @@ body {
|
|||||||
width: 75%;
|
width: 75%;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap; /* Allow wrapping of menu items */
|
flex-wrap: wrap; /* Allow wrapping of menu items */
|
||||||
justify-content: center; /* Center the menu items */
|
justify-content: center; /* Center the menu items */
|
||||||
@@ -41,7 +42,7 @@ body {
|
|||||||
background-color: #ff8c00;
|
background-color: #ff8c00;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border-radius: 8px;
|
border-radius: 25px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|||||||
Reference in New Issue
Block a user