CSS 设置背景图片大小并居中:500x600 像素背景图片
body { background-size: 500px 600px; background-image: url('/img/q.jpg'); background-position: center; background-repeat: no-repeat; }
原文地址: https://www.cveoy.top/t/topic/oZg1 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
body { background-size: 500px 600px; background-image: url('/img/q.jpg'); background-position: center; background-repeat: no-repeat; }
原文地址: https://www.cveoy.top/t/topic/oZg1 著作权归作者所有。请勿转载和采集!