
CSS
CSS (Cascading Style Sheets)
CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in HTML. CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.
Hello, World!
html::before {
content: "Hello, World!";
}
How I used CSS
- Web Development
- Responsive Web Design
- CSS Frameworks (Bootstrap, Tailwind CSS)
- CSS Preprocessors (Sass, Less)
- CSS-in-JS (Emotion, Griffel)
- CSS Modules