CSS+html如何实现背景图片的填充详解

2024-12-25 02:45:02
推荐回答(1个)
回答1:

.box{
    width:800px;
    height:600px;
    background:url(你链接地址);
}