css里面如何设置body背景图片满屏
程序员文章站
2022-04-14 12:54:24
@{ Layout = null; ViewBag.Title = "Login Page"; } IndexMain @*样式*@ ......
@{ 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如何设置背景图片的平铺方式?css设置背景图片平铺的方法(图文详解)
-
css里面如何设置body背景图片满屏
-
html的ul标签如何设置背景图片!!_html/css_WEB-ITnose
-
CSS如何设置背景图片水平重复和垂直重复_html/css_WEB-ITnose
-
CSS如何设置背景图片水平重复和垂直重复_html/css_WEB-ITnose
-
如何在CSS里面设置DIV里面的图片垂直居中_html/css_WEB-ITnose
-
如何在CSS里面设置DIV里面的图片垂直居中_html/css_WEB-ITnose
-
css如何设置背景图片不平铺
-
如何设置div的宽度,使其布满屏幕_html/css_WEB-ITnose
-
ie8如何设置两个背景图片并排在一个单元格里面右下角_html/css_WEB-ITnose