Created
February 11, 2020 02:32
-
-
Save gregoryanderson/0d05df31140693b696285d6f14f85404 to your computer and use it in GitHub Desktop.
Form
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 React, { Component } from "react"; | |
import styled from "styled-components"; | |
import "./Form.css"; | |
const Title = styled.h1` | |
font-size: 4em; | |
color: dodgerblue; | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment