Created
September 27, 2019 23:34
-
-
Save g-a-v-i-n/308102664770126dbc8d7d329aedddcc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/- *lyre | |
|% | |
++ screen | |
|= [a=dom b=dom c=dom d=dom e=dom] | |
^- dom | |
:+ %row | |
~[w-100 h-100 bg-gray-1] | |
:~ :+ %list | |
:~ [%axis %col] | |
[%basis %pix 320] | |
[%border-right '1px solid black'] | |
== | |
:~ [%box ~[[%basis %pix 88] [%border-bottom '1px solid black']] a] | |
[%box ~[[%grow 1]] b] | |
== | |
:+ %list | |
~[[%axis %col] [%grow 1]] | |
:~ [%box ~[[%basis %pix 88] [%border-bottom '1px solid black']] c] | |
[%box ~[[%grow 1]] d] | |
[%box ~[[%basis %pix 96] [%border-top '1px solid black']] e] | |
== | |
== | |
-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment