Skip to content

Instantly share code, notes, and snippets.

@gregoryanderson
Created February 11, 2020 02:32
Show Gist options
  • Save gregoryanderson/0d05df31140693b696285d6f14f85404 to your computer and use it in GitHub Desktop.
Save gregoryanderson/0d05df31140693b696285d6f14f85404 to your computer and use it in GitHub Desktop.
Form
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