form design

master
km0 3 years ago
parent 508e807ff3
commit 060eb64d84

@ -1,3 +1,3 @@
# SI18.5 - Diffractive Coockbook # SI18.5 - Diffractive Coockbook
Eheh Sharing recipes and methods to read in a diffractive way

@ -40,7 +40,7 @@ export default {
</div> </div>
</section> </section>
<dl> <!-- <dl>
<dt>Title</dt> <dt>Title</dt>
<dd>{{title}}</dd> <dd>{{title}}</dd>
@ -59,6 +59,6 @@ export default {
<dt>Who</dt> <dt>Who</dt>
<dd>{{who}}</dd> <dd>{{who}}</dd>
</dl> </dl> -->
`, `,
}; };

@ -7,15 +7,19 @@ body {
font-size: 24px; font-size: 24px;
line-height: 1.6; line-height: 1.6;
font-family: sans-serif; font-family: sans-serif;
background-color: #e6b0aa;
}
#app {
width: 100%;
} }
section.recipe { section.recipe {
display: inline-block; display: block;
margin: 0 auto; margin: 48px auto;
padding: 32px; padding: 32px;
width: 50ch; width: 50ch;
border-radius: 0.5rem; border-radius: 0.5rem;
background: linear-gradient(300deg, rgba(242, 173, 131, 1) 0%, rgba(207, 143, 73, 1) 100%);
box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
} }
@ -39,11 +43,13 @@ button {
} }
button.add { button.add {
display: inline-block; display: block;
width: 48px; width: 48px;
height: 48px; height: 48px;
margin: 0 auto;
margin-top: 16px; margin-top: 16px;
cursor: pointer; cursor: pointer;
border-radius: 50%;
} }
textarea + textarea { textarea + textarea {

Loading…
Cancel
Save