Skip to content

Instantly share code, notes, and snippets.

@NduatiK
Created May 25, 2021 12:57
Show Gist options
  • Save NduatiK/039b814e2ec4da5c8c85f929c831ba2b to your computer and use it in GitHub Desktop.
Save NduatiK/039b814e2ec4da5c8c85f929c831ba2b to your computer and use it in GitHub Desktop.
Center Wrap ElmUI
centerWrap : Attribute msg
centerWrap =
Html.Attributes.class "centerWrap"
|> htmlAttribute
.centerWrap>div.wrp {
justify-content: center !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment