1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{-# LANGUAGE OverloadedStrings #-} module Design.Name ( nameCss ) where import Clay nameCss :: Css nameCss = do fontWeight bold letterSpacing (px 10) margin (px 100) (px 0) (px 80) (px 0) lineHeight (em 1.2) fontSize (px 48)