CSS
Was ist CSS
CSS (or Cascading Style Sheets) is a style sheet language that describes how elements are displayed in a document.
It is used to format and style web pages and can therefore be used to code wireframes. It separates the content from its presentation, allowing you to style applications and control the fonts, text, colors, backgrounds, margins, and layout.
CSS is one of the cornerstones of front-end web development, alongside HTML and JavaScript. It organises and simplifies web code, improving the load time of web pages.
One great feature is that it can be used in tandem with any XML-based markup language, not only HTML.