diff options
Diffstat (limited to 'static/main.css')
| -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; +} |
