프론트엔드/CSS
[CSS][React] 리액트 전체 화면 너비 높이 css 스타일링 설정 방법
순코딩
2023. 12. 24. 23:27
// index.css 에 추가
html, body, #root {
width:100%;
height:100%;
}