This repository is a collection of single-element loading spinners, created with pure CSS. The loaders are designed to be minimal, visually appealing, and easy to implement in your projects.
- Single Element: Each loader is created using only a single
divelement. - Pure CSS: The animations and styles are all handled with CSS, with no external libraries or JavaScript dependencies required.
- Accessible: The loaders are designed with accessibility in mind, often including "Loading..." text for screen readers.
- Minimal: The project focuses on creating simple yet elegant loading animations.
-
Clone the repository:
git clone [https://github.com/SahinShazi/CSS-loading-.git](https://github.com/SahinShazi/CSS-loading-.git)
-
Choose your loader: Browse the files to find the loader you want to use.
-
Add the HTML: Copy the HTML structure for the chosen loader. It typically looks like this:
<div class="loader">Loading...</div>
-
Add the CSS: Copy the corresponding CSS code into your project's stylesheet.
We welcome contributions! If you have an idea for a new single-element CSS loader, feel free to submit a pull request.
- Fork the repository.
- Create your feature branch (
git checkout -b my-new-feature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin my-new-feature). - Open a pull request.
This project is licensed under the MIT License.