1 year, 5 months ago
via css-questions.com
How do you make a website using CSS?
Or at least, where can I go to learn about this?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
CSS is just a part of a webpage, which is used to format the whole website and control its overall look and feel. In the absence of a proper CSS the whole website would look awful. CSS gives a new lease of life to a website, by providing proper fonts, attractive layout and colors. Thus a website would look appealing. It can be said that CSS's role is to provide symmetry to a website. It helps in reducing the total weight of a page so that a website can be downloaded instantly.
In a website most probably, CSS styles are saved in external .css files, these style sheets helps in changing the overall appearance and design of all the pages. By just editing a single file you can change the appearance of whole site.
In a website most probably, CSS styles are saved in external .css files, these style sheets helps in changing the overall appearance and design of all the pages. By just editing a single file you can change the appearance of whole site.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse