Last active
February 11, 2020 17:19
-
-
Save gregoryanderson/b72e798e635ca37455aade3a58fa0d6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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