You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
body{
|
|
margin: 0;
|
|
}
|
|
|
|
.intro {
|
|
margin: 16px;
|
|
}
|
|
|
|
.cookbook {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.recipe {
|
|
margin: 16px;
|
|
display: inline-block;
|
|
width: 120ch;
|
|
border: 1px solid currentColor;
|
|
border-radius: 16px;
|
|
padding: 1ch;
|
|
}
|
|
|
|
.recipe .title {
|
|
margin: 0;
|
|
} |