| author | b0in
<b0in@proton.me> 2023-11-27 00:19:30 UTC |
| committer | b0in
<b0in@proton.me> 2023-11-27 00:19:30 UTC |
| parent | ae1ca1ae6849800c25604fba6e3533ad3a534ba7 |
| crow.game.site/src/site/resources/bgpicture.png | +0 | -0 |
| crow.game.site/src/site/resources/css/site.css | +30 | -0 |
diff --git a/crow.game.site/src/site/resources/bgpicture.png b/crow.game.site/src/site/resources/bgpicture.png new file mode 100644 index 0000000..7ecdc7a Binary files /dev/null and b/crow.game.site/src/site/resources/bgpicture.png differ diff --git a/crow.game.site/src/site/resources/css/site.css b/crow.game.site/src/site/resources/css/site.css index e69de29..c52a5c3 100644 --- a/crow.game.site/src/site/resources/css/site.css +++ b/crow.game.site/src/site/resources/css/site.css @@ -0,0 +1,30 @@ +@media(min-width: 900px) { + body { + width: 900px; + margin: 0px auto !important; + box-shadow: black 4px 4px 2px; + border: 2px solid grey; + } + + html { + background: #cfcfff; + padding: 1em; + background-image: url("../bgpicture.png"); + } +} +@media(max-width: 900px) { + body { + margin: 0px auto !important; + box-shadow: black 4px 4px 2px; + border: 2px solid grey; + } + html { + background: #cfcfff; + padding: 1em; + background-image: url("../bgpicture.png"); + } +} + +div.well { + display: none; +} \ No newline at end of file