CSS background-image 基本語法
background-image: url('圖片網址');
url 小括號內有三種可以使用的參數,分別為 none(預設值,不顯示圖片)、inherit(繼承自父層)以及圖片網址。