some improvements

This commit is contained in:
derlole
2025-05-09 18:36:01 +00:00
parent 83e6ff3958
commit 41b276c734
16 changed files with 283 additions and 42 deletions

View File

@@ -264,4 +264,52 @@ background-color: red;
}
.deniePress:hover{
cursor: not-allowed;
}
/* STYLING FOR COFFEES MADE*/
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f4f4f4;
}
.homeBut {
background-color: #3498db;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
}
/* STYLING FOR BEANS AND WATER*/
.container {
font-family: Arial, sans-serif;
max-width: 600px;
margin: 50px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 10px;
background-color: #f9f9f9;
text-align: center;
}
.status p {
font-size: 1.2em;
margin: 10px 0;
}
.actions {
margin-top: 20px;
}