I Want to create the empty Asp.net MVC 3 application, so that i can use my own images and font styles into the loading pages.
I have zero knowledge regarding CSS.
and
Upto my knowledge, we have to use CSS format to set and design the background images and other minor things in ASP.Net MVC 3.
So my now question is, can any provide me the step by step adding the images and other minor things to empty MVC 3 app (links) with the help of CSS like "MUSIC STORE" Example....
pavankumarmc...
Member
7 Points
97 Posts
Setting Background Images and other things into Empty MVC 3 App
May 07, 2012 12:27 PM|LINK
Hi all,
I Want to create the empty Asp.net MVC 3 application, so that i can use my own images and font styles into the loading pages.
I have zero knowledge regarding CSS.
and
Upto my knowledge, we have to use CSS format to set and design the background images and other minor things in ASP.Net MVC 3.
So my now question is, can any provide me the step by step adding the images and other minor things to empty MVC 3 app (links) with the help of CSS like "MUSIC STORE" Example....
ignatandrei
All-Star
137682 Points
22147 Posts
Moderator
MVP
Re: Setting Background Images and other things into Empty MVC 3 App
May 07, 2012 12:32 PM|LINK
Then learn CSS
Yes
Look into the default CSS in the Content folder and, with CSS knowledge, modify it .
pavankumarmc...
Member
7 Points
97 Posts
Re: Setting Background Images and other things into Empty MVC 3 App
May 07, 2012 12:40 PM|LINK
Hi ignatandrei,
Your answer,
"Look into the default CSS in the Content folder and, with CSS knowledge, modify it " gave me the new idea and i will do it surely...
and by the way,
any articles available from your side to learn CSS ??
ignatandrei
All-Star
137682 Points
22147 Posts
Moderator
MVP
Re: Setting Background Images and other things into Empty MVC 3 App
May 07, 2012 12:45 PM|LINK
Any tutorial found on google/bing is good. CSS is more a designer stuff - I have only basic knowledge.
pavankumarmc...
Member
7 Points
97 Posts
Re: Setting Background Images and other things into Empty MVC 3 App
May 07, 2012 01:06 PM|LINK
Sure and thanks for reply....
I will do it....