Skip to content

Instantly share code, notes, and snippets.

@mozinator
Created May 3, 2017 19:35
Show Gist options
  • Save mozinator/ba7e78f9fdd73de4808c98bea5ef6315 to your computer and use it in GitHub Desktop.
Save mozinator/ba7e78f9fdd73de4808c98bea5ef6315 to your computer and use it in GitHub Desktop.
(defn hello-world []
[:div {:style {:position :absolute
:left 0
:top 0
:bottom 0
:right 0
:display :flex
:flex-direction :column}}
[:div {:style {:display :flex
:flex 1
:flex-direction :row}}
[:div {:style {:display :flex
:flex 1}}]
[:div {:style {:display :flex
:flex 1}}]]
[:div {:style {:display :flex
:height 140}}]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment