Just starting programming, so don`t kick too hard, question is pretty self explanatory, but I can not find detailed guides in internet, so I would like to know the whole process of adding style to an a MVC3 application (Razor engine)
Well I ment CSS of course, but I`ve literally began working with VS10 (and VS at all not so long ago (not even for a week))
Razor is really good giving you nice and clean HTML code, that’s its objective, so you shouldn’t have any problem styling it with css, styling an ASP.NET MVC app it’s not any different than styling a plain HTML page, or php app, ruby app, etc.
If you create a new css file you should put it in the “Content” folder and then call it from your view like this:
If you are new with css I recommend you to watch this tutorials from google.