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
Hey there @ruhere!
CSS or Cascading Style Sheets is a style sheet language which is used to define the appearance or arrangement of a document in a markup language (for instance in web pages like in HTML, XHTML as well as on XML). CSS is designed so internal and inline styling could be avoided thus improving content/page accessibility and flexibility. CSS also prevents redundant styling on each page and allows multiple pages formatting. Aside from easier to maintain pages, CSS also allows easy update on styling which will be made globally (on all pages involved).
A CSS file consists of different declaration blocks where styling or appearance of certain properties is stated. Each declaration block is enclosed in a curly brace {}. Inside this curly brace are different declaration (ex. color: #f00;) which is separated by a semi-colon and line breaks.
For more CSS tutorials and information, here are some helpful sites…
- www.w3schools.com/css/default.asp
- http://www.tizag.com/cssT/
- http://www.csstutorial.net/
CSS or Cascading Style Sheets is a style sheet language which is used to define the appearance or arrangement of a document in a markup language (for instance in web pages like in HTML, XHTML as well as on XML). CSS is designed so internal and inline styling could be avoided thus improving content/page accessibility and flexibility. CSS also prevents redundant styling on each page and allows multiple pages formatting. Aside from easier to maintain pages, CSS also allows easy update on styling which will be made globally (on all pages involved).
A CSS file consists of different declaration blocks where styling or appearance of certain properties is stated. Each declaration block is enclosed in a curly brace {}. Inside this curly brace are different declaration (ex. color: #f00;) which is separated by a semi-colon and line breaks.
For more CSS tutorials and information, here are some helpful sites…
- www.w3schools.com/css/default.asp
- http://www.tizag.com/cssT/
- http://www.csstutorial.net/
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