css

CSS
/* Answer to "css" */

/*
  Cascading Style Sheets (CSS) is a style sheet language used for
  describing the presentation of a document written in a
  markup language like HTML.

  In other words, it's the style of the website.

  For example, the positioning of everything on a website or
  the colour, shape, size of a button. Every design on a
  website is most likely made using css.
*//* to compile the sass file to css just run the npm run compile styles. Beware of the folders and stuffCSS3<p>Hi</p>
Source

Also in CSS: