Click here to Skip to main content
16,005,038 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,

i've been trying to study c# application development but i still have one question since i teach it myself online. the question is how do you code a css for the application

What I have tried:

i have an application project i want to work on and i am a beginner i've study some basics things in c# NOW I HAD A QUESTION OF HOW YOU make the css of an application in c#
Posted
Updated 23-Jan-18 3:25am

Short answer, you don't. CSS is used in Web applications to define styles and layout structure of web pages. It is not used in C# applications.
 
Share this answer
 
Comments
Member 13638713 23-Jan-18 9:42am    
THANKS RICHARD, SO HOW DO YOU DO IT IN C#FOR MOBILE APPLICATION ONLY TO DEFINE THE LAYOUT AND STYLE OF AN APP
CSS stands for "Cascading Style Sheets" and this is a language that describes the style of an HTML document.When i say HTML then it mostly entertains for web applications.Fundamentals are always can be learnt in W3 Schools or tutorials point.

CSS Tutorial[^]
 
Share this answer
 
Comments
Member 13638713 23-Jan-18 6:32am    
thanks mishra, but so how does it work for mobile application in terms of describing the style eg: the backgrounds, buttons, icons and many more
would strongly recommend you to go through these links, to know the basics of HTML and CSS
HTML Tutorial[^]
CSS Tutorial[^]
once you are familiar with these you shall start applying styles to your project using CSS and ready-made CSS libraries like Bootstrap[^], W3.CSS [^] etc
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900