I\'m new to asp.net MVC and I need to have a full background image on the login page. Im getting confused with all of the cshtmls and getting lost on where to set the full b
In Index.cshtml:
@{ Layout = null; } Index
in Main.css:
body { background-image: url(../Images/myBackgroundPictureName.png); background-repeat:no-repeat; background-size:cover; }