Skip to content

Instantly share code, notes, and snippets.

@codeithuman
Created August 1, 2016 17:40
Show Gist options
  • Save codeithuman/ce9382ab05f6c60642b5e16ad147db6a to your computer and use it in GitHub Desktop.
Save codeithuman/ce9382ab05f6c60642b5e16ad147db6a to your computer and use it in GitHub Desktop.
fontColor : String
fontColor =
"#332A3A"
headingStyles : Attribute msg
headingStyles =
style
[ ( "textAlign", "center" )
, ( "marginBottom", "25px" )
, ( "color", fontColor )
, ( "fontSize", "40px" )
, ( "fontWeight", "400" )
, ( "letterSpacing", "0.93px" )
, ( "lineHeight", "1.2" )
, ( "textTransform", "uppercase" )
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment