I don't know if someone ask this question before.I am working on MVC + Security application and done all the parts, but there is some minor issues in display page, below is my .css file's snippet
body{
background-color:#D8D8D8;
background-image:url("../css/logo.gif");
background-repeat:no-repeat;
background-position:right top;
margin-right:200px;
margin-left:15px;
}
This is my company's logo. Now I have to add another image at (position:right bottom) of the page. Can any body suggest how to do it? or it is not possible?
Thank you