Skip to content

Commit 56b88bf

Browse files
committed
Readme edit
1 parent 8a467c2 commit 56b88bf

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1-
# cssoccer-jerseys
1+
# CSSoccer Jerseys
22
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.
33

44
- All jersey designs and shading must be generated via CSS
5-
- Use CSS only, no JS (JS just for showing team names in this demo)
6-
- Use only 1 DIV per jersey (additional elements just for showing team names via JS)
5+
- Use CSS only, no JS *(JS just for showing team names in this demo)*
6+
- Use only 1 DIV per jersey *(additional elements just for showing team names via JS)*
77
- Use SVG just for shape masking. No color, shade or effect applied
88
- Don't load external resources
99
- Don't use images or background images
10-
- Don't use type
10+
- Don't use type
11+
12+
13+
## Try it out
14+
**Install NPM packages**
15+
```
16+
npm install
17+
```
18+
19+
**To start Gulp dev server**
20+
```
21+
npm run code
22+
```
23+
24+
**To build static version**
25+
```
26+
npm run build
27+
```

0 commit comments

Comments
 (0)