Skip to content

BillyNate/css-spreading-shapes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Spreading Shapes

This is a collection of CSS background patterns.

Each background pattern is applied to elements with the corresponding class.

This is a fork of CSS3 Patterns Gallery by Lea Verou.

Usage

Load the stylesheet of the background you want into the head of your page:

<link rel="stylesheet" href="dist/css/cicida-stripes.css" />

Apply the corresponding class to any element on your page:

<div class="bgpattern-cicada-stripes"></div>

Demo

Check it live.

Browser Support

IE Chrome Firefox Opera Safari
IE 10+ ✔ Chrome 4.0+ ✔ Firefox 16.0+ ✔ Opera 11.10+ ✔ Safari 5.1+ ✔

Contributing

  1. Fork it!
  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. Submit a pull request :)

History

For detailed changelog, check Releases.

License

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.0%
  • HTML 42.3%
  • JavaScript 6.7%