การกำหนด ขนาด พื้นหลัง Background Css

การทำหนด background size จะประกอบด้วย code ดังต่อไปนี้ครับ

<style>
.bg{
background-image:url(card_img/card_bg_all.jpg);
background-repeat : no-repeat;
background-position: top center;
background-size:250px;
}
</style>

<div width="250" class="bg"></div>

ขนาด ความสูง แล้วแต่การออกแบบของที่ละคนครับ