replace style.css by components
This commit is contained in:
11
src/components/common.ts
Normal file
11
src/components/common.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import styled from "@emotion/styled";
|
||||
|
||||
export const Header1 = styled.h1`
|
||||
margin-top: 32px;
|
||||
margin-bottom: 24px;
|
||||
font-size: 47px;
|
||||
`;
|
||||
|
||||
export const Paragraph = styled.p`
|
||||
font-size: 24px;
|
||||
`;
|
||||
Reference in New Issue
Block a user