1. 1
    Render a Basic Element with style-elements in Elm
    2m 52s

Render a Basic Element with style-elements in Elm

Josh Robertson
InstructorJosh Robertson
Share this video with your friends

Social Share Links

Send Tweet

In this lesson we will take a basic application, bootstrapped with create-elm-app, and begin converting the divs and h1s into style-elements.

Style elements separate our styles from the layout and positioning of elements. The Element module gives us everything we need for our view while the Style module will be the base for creating our stylesheet.