Deepak Kapoor
Deepak Kapoor

Reputation: 161

Looking for ASP.NET MVC Style templates

I am looking for pre-defined style sheet which can be used to replace the out of box style sheet which comes with MVC templates. http://mvccontribgallery.codeplex.com/ looks the step in right direction but there are no downloads. Yes I can do this myself but there must be something someone has released out for the community.

Any help will be appreciated. Thanks.

Upvotes: 1

Views: 2569

Answers (3)

Chase Florell
Chase Florell

Reputation: 47367

Not EXACTLY what you're looking for, but I suggest the Twitter Bootstrap toolkit

Upvotes: 1

jrummell
jrummell

Reputation: 43067

HTML5 Boilerplate, Blueprint CSS, jQuery UI (specifically .ui-helper-reset), just to name a few...

Upvotes: 1

Christopher Marshall
Christopher Marshall

Reputation: 10736

This is from the HTML5 Boiler Plate.

https://github.com/h5bp/html5-boilerplate/blob/master/css/style.css

You might want to take a look at http://meyerweb.com/eric/tools/css/reset/ as well.

Upvotes: 1

Related Questions