DIV 가로세로 센터 정렬
* 예제 화면
* 예제 코드
<style>
body {
background-color: #262626;
color: #f5f5f5;
text-align: center;
margin: 0;
}
.out {
width: 100%;
height: 100vh;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.in {
display: inline-block;
}
</style>
</head>
<body>
<div class="out">
<div class="in">
<button id="runButton" type="run" onclick="location.href='index.html'">새로고침</button>
<input type="file" id="up" ></input> <br>
<div>
</div>
</body>