DEV Community

jolamemushaj
jolamemushaj

Posted on

3 1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay