Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created October 19, 2020 12:01
Show Gist options
  • Save chetanraj/8957500219d00350d717dcbadf92d8c2 to your computer and use it in GitHub Desktop.
Save chetanraj/8957500219d00350d717dcbadf92d8c2 to your computer and use it in GitHub Desktop.
import styled from "styled-components";
export const Title = styled.h1`
font-size: 3em;
text-align: center;
color: yellowgreen;
`;
export const Paragraph = styled.p`
font-size: 1em;
color: #222;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment