Bootstrap CSS 背景图 自适应全屏显示 不失真 亲测有效 (2019.10.16)

效果图:

 Bootstrap CSS 背景图 自适应全屏显示 不失真 亲测有效 (2019.10.16)_第1张图片

csdn 上传图片 就这样,谅解,哪位大佬有解决的办法,评论留言

 

 

 

body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background: url(../img/bg.jpg)  no-repeat center 0px;
	background-size: cover;

	

     background-position: center 0; 
     background-repeat: no-repeat;  
     background-attachment: fixed; 
      -webkit-background-size: cover;  
      -o-background-size: cover;  
      -moz-background-size: cover;  
      -ms-background-size: cover;
	
}

另外附高清图片 网址:http://www.netbian.com/e/sch/index.php?page=1&keyboard=风景&totalnum=3556

https://10wallpaper.com/list/10wallpaper-com_February_2019_Desktop_Album.html

 

 

 

你可能感兴趣的:(Bootstrap,CSS,前端小练习)