I was wondering whether exists a set of templates to be used in (potentially) any MVC View. I mean a set of predefined HTML tags (maybe just DIVs, palying as wrappers) with id and class attributes, among others, that in combination with CSS renders a complete web page. For example the template shipped with ASP.NET MVC3 in VS2010. You can then pick up a specific template (i.e. one with a table in the center of the page instead of an image) and built your application behind.
I need this because I absolutely hate CSS (or better their application on HTML) because I never get the size and position that I want!
Thanks in advance
Francesco
http://mvccontribgallery.codeplex.com/
Steps to loving CSS:
div.myClass { width: 30px; margin: 2px 0 0 4px; }
div.myClass ul { list-style: none; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With