Style an HTML Element with Styled Component

InstructorSara Vieira

Share this video with your friends

Send Tweet

We are going to learn how to make our first component using the styled-components library.

We'll use styled.h1 to create a <h1> component and adjust it's font-family, positioning and color with css.