DEV Community

jolamemushaj
jolamemushaj

Posted on

CSS

CSS is a core technology for building Web pages. CSS stands for Cascading Style Sheets and is a style sheet language we use to style the presentation of a document written in Hypertext Markup Language (Html).

CSS files can define the:

  • typography (font-size, font-color, font-weight, font-family, font-style, line-spacing, letter-spacing)
  • size (background-size, font-size)
  • color (background-color, font-color)
  • background (background-size, background-image, background-position, background-color, background-clip)
  • indentation (text-indent)
  • borders (border-width, border-style, border-color)
  • location of HTML elements.

There are three types of CSS:

  • Inline
  • Internal
  • External

Top comments (0)