Skip to content

A collection of pure CSS loading spinners created for practice. This repository is a learning project to improve skills in CSS animations and styling.

Notifications You must be signed in to change notification settings

SahinShazi/CSS-loading-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS-loading-

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.

Features

  • Single Element: Each loader is created using only a single div element.
  • 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.

How to Use

  1. Clone the repository:

    git clone [https://github.com/SahinShazi/CSS-loading-.git](https://github.com/SahinShazi/CSS-loading-.git)
  2. Choose your loader: Browse the files to find the loader you want to use.

  3. Add the HTML: Copy the HTML structure for the chosen loader. It typically looks like this:

    <div class="loader">Loading...</div>
  4. Add the CSS: Copy the corresponding CSS code into your project's stylesheet.

Contributing

We welcome contributions! If you have an idea for a new single-element CSS loader, feel free to submit a pull request.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

A collection of pure CSS loading spinners created for practice. This repository is a learning project to improve skills in CSS animations and styling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published