Skip to content

shrekshao/cssoccer-jerseys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSSoccer Jerseys

This is just an experiment that aims to recreate the design of several soccer jerseys using CSS background gradients and blend modes. Tested in the last version of Google Chrome, no guarantees on other browsers.

  • All jersey designs and shading must be generated via CSS
  • Use CSS only, no JS (JS just for showing team names in this demo)
  • Use only 1 DIV per jersey (additional elements just for showing team names via JS)
  • Use SVG just for shape masking. No color, shade or effect applied
  • Don't load external resources
  • Don't use images or background images
  • Don't use type

Try it out

Install NPM packages

npm install

To start Gulp dev server

npm run code

To build static version

npm run build

About

Playing around with CSS gradients and soccer jerseys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.4%
  • HTML 29.7%
  • JavaScript 26.9%