Shift all the parts up a number.
This commit is contained in:
14
part12/ElmHub/Css.elm
Normal file
14
part12/ElmHub/Css.elm
Normal file
@@ -0,0 +1,14 @@
|
||||
module ElmHub.Css (..) where
|
||||
|
||||
import Css exposing (..)
|
||||
|
||||
|
||||
css =
|
||||
stylesheet
|
||||
[ ((.) "content")
|
||||
[ width (px 960)
|
||||
, margin2 zero auto
|
||||
, padding (px 30)
|
||||
, fontFamilies [ "Helvetica", "Arial", "serif" ]
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user