Using CSS Templates with ASP.NET MVC
- Find a CSS layout that you like – one good source is freecsstemplates.org.
- In your MVC solution, in the shared views folders, there should be a _layout.cshtml file. This file contains razor view engine syntax. What we need to do is incorporate the razor view tags inside the CSS template that we downloaded.
- Here is a detailed youtube video showing how this might be done
Leave a Reply