1

I am a intern guy and at company we work with Asp.NET MVC. Project manager give me some homework project to create a website some sort of music store. It's done but now he gave me a theme, Keenthemes Metronic responsive admin dashboard template.

I searched all day but couldn't find anything about how can I apply them. Is there any step by step tutorial that would help me?

halfer
  • 19,824
  • 17
  • 99
  • 186
  • Isn't a theme just a collection of CSS stylesheets and HTML examples? To apply them, I would guess you copy the supplied CSS files into your project, and then load them as CSS assets. You can then follow the HTML examples to modify your existing project dashboard to use the theme's example HTML (which will use the theme's CSS). – halfer Jul 12 '17 at 18:35

1 Answers1

0

If you have that theme with you, u may add those to ur project with basics steps given in this link Layout view in mvc or else download or buy that theme and proceed with the steps shown in the tutorial.

Luqman
  • 139
  • 2
  • 15