diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /static/css/meme.css | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
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; +} |
