ASP.NET default replacement css replacement

Are there any resources for replacing the default CSS attachments that comes with the ASP.NET website template? (.NET 4.0)

+3
source share
1 answer

Hmm, there was one for the MVC pattern - and the current ASP.NET web pattern looks very similar to MVC, so you can pick it up and use it:

However, I found that the layouts, CSS, and images from the Free CSS Templates integrate very easily into an existing ASP.NET application with a slight additional modification.

+2
source

All Articles