CSS
/*画像の枠用*/
.sample01{
position: relative;
overflow: hidden;
max-width: 1920px;
margin: 0 auto;
max-height: 1080px;
}
/*網画像用*/
.sample02{
background-image: url(http://表示したい網の画像.png);
position: absolute;
height: 100%;
width: 100%;
z-index: 100;
}
コメント