This commit is contained in:
cowboykipnugget
2025-02-19 13:29:27 +01:00
parent 0f511bf2de
commit 00f9776bcf

View File

@@ -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;