重複の可能性:
より大きなdiv内で画像を中央(垂直および水平)にする方法
Web サイトに画像ギャラリーを作成しようとしていますが、画像を div の中央に配置できません。
div の CSS は次のとおりです。
#animation
{
display : none;
position: absolute;
z-index:1;
background : rgba(0,0,0,0.7);
height: 100%;
width: 100%;
border: 0px;
}
画像IDは次のとおりです。
#pictures
{
...
}