Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basemax/css-properties
The CSS Properties Repository is a comprehensive collection of CSS properties, categorized and detailed for web developers. It offers a structured overview of various CSS properties, including their names, categories, brief descriptions, and links to detailed references.
https://github.com/basemax/css-properties
crawler css css-properties css-property css3
Last synced: 1 day ago
JSON representation
The CSS Properties Repository is a comprehensive collection of CSS properties, categorized and detailed for web developers. It offers a structured overview of various CSS properties, including their names, categories, brief descriptions, and links to detailed references.
- Host: GitHub
- URL: https://github.com/basemax/css-properties
- Owner: BaseMax
- License: mit
- Created: 2025-01-09T22:12:35.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-10T09:49:01.000Z (6 days ago)
- Last Synced: 2025-01-10T10:54:26.498Z (6 days ago)
- Topics: crawler, css, css-properties, css-property, css3
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-format.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS Properties Repository
Welcome to the **CSS Properties** repository! This project contains a comprehensive list of CSS properties with their descriptions and links to learn more about each.
## Table of CSS Properties
{table}
*The table will be dynamically updated based on the JSON data.*
## Using
```bash
python crawler.py
python update.pyp
```## How to Generate/Update README.md
This repository includes a Python script to automatically generate the `README.md` file based on the `css_properties.json` file. Ensure that the JSON file is updated with the latest data.
The table columns will include:
- **Category**: The CSS property category (e.g., `Background`, `Text`, etc.).
- **Name**: The name of the CSS property.
- **Link**: A link to the detailed reference for the CSS property on W3Schools.
- **Brief Description**: A short description of what the CSS property does.## License
This project is licensed under the [MIT License](LICENSE).
© Copyright Max Base, 2025