create wallpaper for body and make app listen on 0.0.0.0
This commit is contained in:
8
beertap/static/css/style.css
Normal file
8
beertap/static/css/style.css
Normal file
@@ -0,0 +1,8 @@
|
||||
body {
|
||||
background: url('/static/background.jpg') no-repeat center center fixed;
|
||||
-moz-background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user