css设置body背景图片满屏的实例代码
网站建设 2021-07-03 07:54www.dzhlxh.cn网站建设
废话不多说了,直接给大家贴代码了,具体代码如下所示:
@{ Layout = null; ViewBag.Title = "Login Page"; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>IndexMain</title> @*样式*@ <style> body { height: 100%;width: 100%; background: url('../../Images/LoginIMG/LoginBackground.jpg'); background-size:cover; } </style> </head> <body> <div> </div> </body> </html>
总结
以上所述是长沙网络推广给大家介绍的css设置body背景图片满屏的实例代码,希望对大家有所帮助,如果大家有任何疑问请给我留言,长沙网络推广会及时回复大家的。在此也非常感谢大家对狼蚁SEO网站的支持!