Style 적용💻 일반 CSS- inline style 적용하기export default function BasicCSS() { // object 따로 선언 const childDiv = { backgroundColor: "pink", width: "100px", height: "100px", textAlign: "center", lineHeight: "100px", }; return ( 스타일 적용 방법 인라인 스타일 CSS 파일 만들어서 import .module.css 파일 만들어서 import styled-components 라이브러리 사용(설치 필요) SAAS 사용 (설치..