Skip to content

Instantly share code, notes, and snippets.

@leochiu-a
Last active August 15, 2021 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leochiu-a/56106bd3bd24efb7d75082f0fb60b2f3 to your computer and use it in GitHub Desktop.
Save leochiu-a/56106bd3bd24efb7d75082f0fb60b2f3 to your computer and use it in GitHub Desktop.
import styled from "styled-components";
export const PageTitle = styled.h1`
color: #333;
margin-top: 30px;
text-align: center;
`;
export const BackLink = styled.div`
text-align: center;
text-decoration: underline;
`;
export const ProductContainer = styled.div`
display: flex;
justify-content: center;
margin-top: 30px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment