CSS (Wordhole): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 October 2023

20 October 2023

13 October 2023

11 October 2023

  • curprev 16:5316:53, 11 October 2023Vitrinekast talk contribs 1,163 bytes +1,163 Created page with "==Definition== CSS (or Cascading Style Sheets) is a programming language used to change the styling (color, typography, layout, etc.etc... the limits are almost endless) of web content, by referencing HTML elements using various CSS selectors. Additionally to HTML, CSS specs are maintained my the W3C, but implementation of these specs can deffer per browser (looking at you, Internet explorer). ===Example of CSS=== <syntaxhighlight lang="CSS"> body, .bg--red, a:hover {..."