forked from jacobrask/CSS1K
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (10 loc) · 701 Bytes
/
README
File metadata and controls
17 lines (10 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A demonstration of what can be accomplished through only 1 K of CSS.
Fork to participate!
Available at http://css1k.com
News at http://twitter.com/css1k
If you want to make life easier for me, please follow these guidelines:
* Submit one easily readable main CSS file with all necessary vendor prefixes included
* Also submit one minified version of the same file, with only the non prefixed properties included. This is the file that needs to be 1024 bytes or less.
* Add a link to your stylesheet in index.html
You should be able to figure it out by looking at the current examples.
There is also the possibility to use Sass/Compass, by checking out the 'sass' branch instead of 'master'.