From b2d1b69fd6d9b1f0473ea70bc473df6f370891da Mon Sep 17 00:00:00 2001 From: yo momma Date: Thu, 29 Jan 2026 23:36:35 +0000 Subject: Refactor: extract inline CSS into static/css --- static/css/meme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 static/css/meme.css (limited to 'static/css/meme.css') 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; +} -- cgit v1.2.3-70-g09d2