반응형
body{
	height:100vh;
	background-color:#FE6447;
	display:flex;
	justify-content:center;
	align-items:center;
}



<body>
	<main>
	</main>
</body>
 
height:100vh; 하고 flex쓰면 된다.
반응형
복사했습니다!