diff options
Diffstat (limited to 'static/css/meme.css')
| -rw-r--r-- | static/css/meme.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/css/meme.css b/static/css/meme.css new file mode 100644 index 0000000..bcf7264 --- /dev/null +++ b/static/css/meme.css @@ -0,0 +1,14 @@ +body{margin:0px; +background-color:#fff; + font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; +} + .memes{overflow:auto;} +#rapper{ +width:800px; + margin: 0 auto 0 auto; +background-position:top center; + background-repeat:no-repeat; + box-shadow: 0 0 10px #000; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; +} |
