css:backgroundプロパティ

222 ワード

同時にdivが敷かれ、画像が中央に配置され、

.imgBox{
    background-size:cover;
    width:100%;
    height:300px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url();
}