CSS

Will be implemented later

- roots in webdevelopment - can use it for other things as well, like styling documents, making presentations, some game engines use it for styling, etc. - CSS is a language that describes the style of an HTML document. It describes how HTML elements should be displayed. CSS is used to control the layout of multiple web pages all at once. - CSS is a rule-based language, which means that you write rules that tell the browser how to display the content of your web page. A CSS rule consists of a selector and a declaration block. The selector points to the HTML element you want to style, and the declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon. - CSS is a powerful tool that allows you to create beautiful and responsive web pages. With CSS, you can control the layout, colors, fonts, and many other aspects of your web page. You can also use CSS to create animations and transitions, which can make your web page more interactive and engaging. CSS is an essential skill for any web developer, and it is worth taking the time to learn it well. - You can also use CSS to change existing webpages even your browser or the look of VSC! In reality you hardly ever have to type : or ;. Use the suggestions, which will drastically improve your programming speed and it will also make sure you have cleaner code and less syntax errors.