1
Answer

How to assign separate CSS file for pages in ASP.NET

Hai,
 
I am working in asp.net project having master page.
 
I need your help...
 
I having difficulty to assign separate css style for specific pages in my project. I wrote css style as field category. as below:-
  1. label {  
  2. color#555;  
  3. display: inline-block;  
  4. margin-left18px;  
  5. padding-top10px;  
  6. font-size14px;  
  7. }   
This effected the whole project wherever I wrote lable. I want to segregate this issue.

Answers (1)