Change background color in MVC
I have started with an empty MVC 4 project.Now,i want to change the background color of its views .How can i do it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pranay RanaPosted Feb 6, 2015, 8:58 AM
css will be
body
{
background-color : black ;
}
Burak SeyhanPosted Feb 6, 2015, 8:04 AM