globalStyles1 [React] GlobalStyles(전역 스타일링) 1. 개요 import styled from "styled-components";function TestPage(props) { return ( Wrapper> Title>{props.Title}Title> Contents>{props.Contents}Contents> Wrapper> );}const Wrapper = styled.div` border : 1px solid black; border-radius: 15px; padding : 20px; margin : 16px auto; max-width: 400px;`;const Title = styled.h1` font-family: 'Courie.. 2024. 8. 20. 이전 1 다음