mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
* PUSH NOTE : Mermaid Gantt.md * PUSH NOTE : Bookmark Collections.md * PUSH NOTE : Dominican Republic.md * PUSH NOTE : Books Collection.md * PUSH NOTE : Meta.md * PUSH NOTE : Inspirations.md * PUSH NOTE : index.md * PUSH NOTE : Serif.md * PUSH NOTE : Move Your Body.md * PUSH NOTE : Consistency.md * PUSH NOTE : Reverse Outlines.md * PUSH NOTE : Sans-serif.md * PUSH NOTE : Micropolitan Statistical Area.md * PUSH NOTE : Chords.md * PUSH NOTE : Atomic Notes.md * PUSH NOTE : Zola.md * PUSH NOTE : Svelte.md * PUSH NOTE : Rhizomatic Learning.md * PUSH NOTE : Rhombic Dodecahedron.md * PUSH NOTE : Past Titles and Roles.md * PUSH NOTE : NeoVim.md * PUSH NOTE : Markdown.md * PUSH NOTE : JavaScript.md * PUSH NOTE : CSS.md * PUSH NOTE : Bulma.md * PUSH NOTE : Quotes Collection.md * PUSH NOTE : Words I Like.md * PUSH NOTE : Free Facts.md
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
---
|
|
title: CSS
|
|
compartir: true
|
|
aliases:
|
|
- Cascading Style Sheets
|
|
updated: 2023-12-15
|
|
---
|
|
|
|
## Introduction
|
|
|
|
CSS (Cascading Style Sheets) is a language used to describe the visual appearance and formatting of HTML documents. It defines how elements are presented on web pages, including layout, color, typography, and more. It enhances the aesthetics and overall user experience of websites.
|
|
|
|
## CSS Frameworks
|
|
|
|
CSS frameworks are pre-prepared collections of CSS stylesheets that help developers create visually appealing and responsive websites. These frameworks provide a set of standardized and reusable CSS components, layout systems, and pre-designed templates, making it easier to build attractive and consistent web pages.
|
|
|
|
One popular CSS framework that deserves special mention is [[./Bulma|Bulma]]. Why does it deserve especial attention? Because I like it. 😅
|
|
|
|
Known for its simplicity and flexibility, [[./Bulma|Bulma]] has gained significant traction among web developers. Here's a closer look at why it has become a go-to choice for many.
|
|
|
|
> [!Note]
|
|
> Check out [[./Notes on CSS|Notes on CSS]] to explore the topic a little more.
|