CSS設定div画面中央揃え
1568 ワード
div{
text-align: center;
margin:auto;
position: absolute;
left: 0;
right: 0;
top:0;
bottom: 0;
height: 70%;
width: 50%;
background-color: #D1EEEE;
}