Created
August 1, 2016 17:40
-
-
Save codeithuman/ce9382ab05f6c60642b5e16ad147db6a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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