change directory name
This commit is contained in:
9
react+springboot/react-practice/practice/01/Style.js
vendored
Normal file
9
react+springboot/react-practice/practice/01/Style.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Title = styled.h1`
|
||||
font-size: 1.5em;
|
||||
text-align: center;
|
||||
color: palevioletred;
|
||||
`;
|
||||
|
||||
export { Title };
|
||||
Reference in New Issue
Block a user