Style Text with elm-ui Headlines, Typographies, and Fonts

InstructorFlavio Corpa

Share this video with your friends

Send Tweet

We will style the heading of viewCards to look more like a real heading. If you inspect the console right now, you'll find that the el element we are using for our text corresponds to a div in HTML.

We will go further away than using only text to display our content and introduce the modules Element.Font and Element.Region to fix the headlines and other text of our dashboard, adding an additional "breakdown" heading that is going to serve as a divider between sections.