CSS

CSS (Cascading Style Sheets) is a language used for describing the presentation and styling of HTML documents, including layout, colors, fonts, and animations.

Prerequisites - HTML & web design

CSS
                
body{
  background-color: red;
}