diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-12-05 01:20:44 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-12-05 01:20:44 -0500 |
| commit | 3ade540d370bfe988494fc208ce14af7f0c28973 (patch) | |
| tree | 29e7df92eb0f8b8f543fe00aff99f83d95370db7 | |
| parent | 0312d6dda67d611ac50284c89051e6334441a0ef (diff) | |
| download | famille-flask-3ade540d370bfe988494fc208ce14af7f0c28973.tar.gz | |
rajoute le kadoscope
| -rw-r--r-- | static/main.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index ad09853..9e299ce 100644 --- a/static/main.css +++ b/static/main.css @@ -24,3 +24,18 @@ nav .fa { .login { margin:10em auto } + +p.kadoscope{ + opacity : 0; + text-align : center; + color : #E61000; + font-size : 20px; + font-weight : bold; +} + +#kadobutton{ + background-image : url('gfx/gift.png'); + background-repeat : no-repeat; + background-position : center; + height : 130px; +} |
