Asp.Net MVC Themes, how to?

前端 未结 4 2116
时光取名叫无心
时光取名叫无心 2020-12-04 18:19

I have a ASP.Net 2.0 site and want to translate it into MVC paradigm (I\'m new to this), but starting from Zero.

I have some themes in my old site, but reading here

4条回答
  •  遥遥无期
    2020-12-04 18:29

    A clean, semantically correct HTML with a good CSS is the way to theme any web app, whether it's ASP.NET, RoR, PHP, etc.

    The best example of the power of CSS is CSS Zen Garden.

    w3schools has a nice introduction/tutorial to CSS.

    Each of your users could have an associated stylesheet which would get selected whenever applicable, i.e.:

    
    

提交回复
热议问题