?
真ん中に配置するケースが結構あります。
ブログなどでお馴染みなレイアウトです。
html{
width: 100%;
height: 100%;
}
body{
width: 800px;
margin: 0px auto 0px auto;
}
参考文献:text-align
text-align: center;
position: fixed;
width: 200px;
height: 200px;
margin: 0;
padding: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);