--- title: CSS slug: Web/CSS tags: - CSS - CSS 3 translation_of: Web/CSS ---

Cascading Style Sheets, τις περισσότερες φορές με την συντομογραφία CSS, είναι μια stylesheet γλώσσα όπου χρησιμοποιείται για να περιγράψει την παρουσίαση ενός εγγράφου γραμμένου σε HTML ή XML ( συμπεριλαμβανομένου διαφόρων ειδών XML γλώσσες όπως SVG ή XHTML). Η CSS περιγράφει  το πώς το δομημένο στοιχείο θα πρέπει να εμφανίζεται στην οθόνη, σε χαρτί, στην ομιλία, ή σε άλλα μέσα ενημέρωσης.

Η CSS είναι μια από τις βασικές γλώσσες του ανοικτού διαδικτύου και έχει μια τυποποιημένη W3C ιδιότητα. Αναπτύχθηκε σε επίπεδα, η CSS1 είναι πλέον παρωχημένη, η CSS2.1 συστήνεται και η CSS3, οι οποίες χωρίζονται σε μικρότερες ενότητες.

Τεκμηρίωση και προγράμματα εκμάθησης

Βασικές έννοιες CSS
Περιγράφει τη σύνταξη και τις δομές της γλώσσας και εισάγει βασικά στοιχεία όπως η εξειδίκευση και η κληρονομικότητα, το μοντέλο box και το margin collapsing, stacking και block-formatting πλαίσια, ή τις initial, computed, used και actual αξίες. Ορίζονται επίσης οντότητες όπως οι CSS shorthand properties.
CSS developer guide
Articles to help you learn CSS techniques to make your content shine.
Common CSS questions
Answers to common questions about CSS.

Εργαλεία για CSS ανάπτυξη

  • CSS Text-decoration Level 3 reached the Candidate Recommandation status, defining that the text-decoration-* and text-emphasis-* properties. The long known {{cssxref("text-shadow")}} is also defined in it. (August 1st, 2013)
  • Gecko's now support {{cssxref("background-origin")}}: local. It will be available from Firefox 25 (and already is in Nightly). (July 25th, 2013)
  • Pointer Events reached the Candidate Recommandation status, meaning that the CSS property touch-action, currently only implemented in IE10 (with the -ms- prefix), is no more experimental. (May 6th, 2013)
  • Gecko's support of flexible boxes has been adapted to match a recent specification clarification: from Firefox 23 {{cssxref("::before")}} and {{cssxref("::after")}} will be flex items, and as such can be repositioned using {{cssxref("order")}} and {{cssxref("align-self")}}. (May 3rd, 2013)