CSS中,我們常常會遇到需要將一張圖片從中間展開的情況。可以使用背景圖片,并將其樣式設置為居中展開即可實現。以下是具體代碼:
background-image: url('image.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover;
其中,background-image為要使用的圖片路徑,background-repeat為不重復展開,background-position設置為居中,background-size則是將圖片尺寸自適應父元素。這樣,圖片就可以很好地從中間展開了。
上一篇css外部文件沒反應
下一篇php namespae