Skip to content

Instantly share code, notes, and snippets.

@gregoryanderson
Last active February 11, 2020 17:19
Show Gist options
  • Save gregoryanderson/b72e798e635ca37455aade3a58fa0d6f to your computer and use it in GitHub Desktop.
Save gregoryanderson/b72e798e635ca37455aade3a58fa0d6f to your computer and use it in GitHub Desktop.
import styled from 'styled-components';
export const Title = styled.h1`
color:dodgerblue;
height: 4em;
`
export const Button = styled.button`
background-color: papayawhip;
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment