2024-07-03 19:55:41 +01:00
|
|
|
body {
|
2024-08-03 07:33:58 +01:00
|
|
|
font-size: 1.3rem;
|
2024-07-03 19:55:41 +01:00
|
|
|
background-color: lightgrey;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
2024-07-05 16:24:12 +01:00
|
|
|
|
2024-08-03 07:33:58 +01:00
|
|
|
main {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
width: 80%;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 50%;
|
|
|
|
max-height: 500px;
|
|
|
|
}
|
|
|
|
|
2024-07-05 16:24:12 +01:00
|
|
|
.ingredient {
|
2024-07-05 16:39:18 +01:00
|
|
|
font-weight: bold;
|
2024-07-05 16:24:12 +01:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cookware {
|
2024-07-05 16:39:18 +01:00
|
|
|
font-weight: bold;
|
2024-07-06 05:23:32 +01:00
|
|
|
color: brown;
|
2024-07-05 16:24:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.timer {
|
2024-07-05 16:39:18 +01:00
|
|
|
font-weight: bold;
|
2024-07-05 16:24:12 +01:00
|
|
|
color: blue;
|
|
|
|
}
|